1. 程式人生 > >zsh oh-my-zsh . shell工具

zsh oh-my-zsh . shell工具

 

https://ohmyz.sh/

cat /etc/shells

echo $SHELL  

 

安裝命令   

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

輸入alias  檢視別名

alias g='git'

表示定義一個 別名 g 來代替 shell 裡的 git