Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 408 Bytes

shell.md

File metadata and controls

24 lines (15 loc) · 408 Bytes

SHELL

BASH

推荐课程为 https://missing.csail.mit.edu/

你可以学到很多命令行下的操作与工作方式 以及以前人们是如何开发的

接触到很多好玩的命令行工具和命令行玩法

ZSH & ohmyzsh

Ubuntu 20.04 LTS

sudo apt install zsh

加载 .profile

echo "if test -r ~/.profile; then . ~/.profile; fi" >> ~/.zshrc
source ~/.zshrc