vim ~/.zshrc
source ~/.zshrc
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
| 修改主体
ZSH_THEME="maran"
%T 系统时间(时:分) %* 系统时间(时:分:秒) %D 系统日期(年-月-日) %n 你的用户名 %B - %b 开始到结束使用粗体打印 %U - %u 开始到结束使用下划线打印 %d 你目前的工作目录 %~ 你目前的工作目录相对于~的相对路径(可能在某些zsh版本可能造成乱码) %M 计算机的主机名 %m 计算机的主机名(在第一个句号之前截断) %l 你当前的tty
// 分解 PROMPT="%{$reset_color%}[%T] 时间
%{$fg[red]%}%n 用户
%{$fg[green]%}%1|%~ 路径
%{$reset_color%}% $ " 单纯字符
autoload -U colors && colors
PROMPT="%{$reset_color%}[%T] %{$fg[red]%}%n %{$fg[green]%}%1|%~ %{$reset_color%}% $ "
RPROMPT="[%{$fg_bold[yellow]%}%?%{$reset_color%}]"
|
如有问题可联系 Email:afacode@outlook.com 或 微信:afacode