diff options
| author | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-21 23:55:52 +0200 |
|---|---|---|
| committer | Paul Iannetta <paul.iannetta@ens-lyon.fr> | 2022-04-22 08:24:15 +0200 |
| commit | c86932296809fb0b9dec4af024869a0648ac8ffd (patch) | |
| tree | c07914419e289b0f1488f2322e31e459ef4a3b7f /.config/zsh/rc/prompt.rc | |
| parent | e83c4515e0179221e7315abb606452ab2f7b561d (diff) | |
update zsh conf
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" |
