1. 程式人生 > >iterm2和zsh 在mac上安裝

iterm2和zsh 在mac上安裝

2015-08-17

下載iterm2:

oh-my-zsh地址:

下載安裝oh-my-zsh

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

或 wget

sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

如果chsh失敗,可以呼叫命令chsh,將shell=/bin/bash改為/bin/zsh

修改提示符

原始zsh提示符過於簡單,就是一個~,不方便複製輸出內容。所以將其修改一下:

編輯.zshrc

輸入如下

export PROMPT="%{$fg_bold[green]%}%[email protected]%{$fg[cyan]%}%c %{$fg_bold[blue]%}$(git_prompt_info)%{$fg_bold[blue]%}%# % %{$reset_color%}"

儲存退出shell,再進入,會看到提示符變成了目錄和相應許可權的分隔符。

[email protected]~ % ls

[email protected] %

如非註明轉載, 均為原創. 本站遵循知識共享CC協議,轉載請註明來源