diff options
Diffstat (limited to '.config/zsh/rc/prompt.rc')
| -rwxr-xr-x | .config/zsh/rc/prompt.rc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/zsh/rc/prompt.rc b/.config/zsh/rc/prompt.rc index 9792215..ce0e39d 100755 --- a/.config/zsh/rc/prompt.rc +++ b/.config/zsh/rc/prompt.rc @@ -1,3 +1,5 @@ +# vim: ft=zsh + # for have colors autoload -U colors colors @@ -14,4 +16,5 @@ end="%{$fg[$cmd_color]%}%%%{$reset_color%} " #PS1=" $cpath $end" PS1=" $end" -#RPS1="$host" +RPS1="#%h" +#RPS1="$host#%h" |
