--
安裝 zsh
1 |
apt install zsh |
將 shell 改成 zsh
1 |
chsh -s /bin/zsh |
補上 powerline
1 |
sudo apt-get install fonts-powerline |
修改主題為 agnoster
1 2 3 4 |
~/.zshrc ZSH_THEME="agnoster" |
我覺得預設沒有行距,緊貼在一起不是很好看,所以就修改了 THEME 把提示多一個換行
1 2 3 4 5 |
gedit ~/.oh-my-zsh/themes/agnoster.zsh-theme PROMPT='%{%f%b%k%} $(build_prompt) ' |
--
835 total views, 1 views today