From c86932296809fb0b9dec4af024869a0648ac8ffd Mon Sep 17 00:00:00 2001 From: Paul Iannetta Date: Thu, 21 Apr 2022 23:55:52 +0200 Subject: update zsh conf --- .config/zsh/rc/prompt.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/zsh/rc/prompt.rc') 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" -- cgit v1.2.3-54-g00ecf