在.zshrc中加入:
PROMPT=$‘[%{$fg[white]%}%n@%m%{$reset_color%} %~]%# ‘
命令提示符为:
[root@10-9-57-162 ~]#
或者:
PROMPT=$‘%{$fg[cyan]%}%* %D%{$reset_color%}|%{$fg[white]%}%U%n%u@%U%m%u%{$reset_color%}|%{$fg[yellow]%}D:%B%~%b >>> %{$reset_color%}\n%# ‘
命令提示符为:
11:25:07 15-02-03|root@10-9-57-162|D:~ >>>
#
原文地址:http://blog.csdn.net/u014120684/article/details/44280257