zsh: Hide right prompt
Alan Pearce alan@alanpearce.uk
Sat, 24 Sep 2016 17:25:26 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -128,6 +128,7 @@ if [[ $TERM == "dumb" ]] then PROMPT="> " else + unset RPROMPT # show username@host if logged in through SSH [[ "$SSH_CONNECTION" != '' ]] && prompt_pure_username=' %F{242}%n@%m%f'