diff options
author | Alan Pearce | 2016-09-24 17:25:26 +0200 |
---|---|---|
committer | Alan Pearce | 2016-09-24 17:25:26 +0200 |
commit | 52a4a70473b7d229c2610e2df0c0332cd32a9152 (patch) | |
tree | 78a13403198ef72aff7313db8f1eb1a43bf9df57 | |
parent | d7dba4cfd5b335ae9b55c5abd58298ca6ef7af97 (diff) | |
download | nixfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.tar.lz nixfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.tar.zst nixfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.zip |
zsh: Hide right prompt
-rw-r--r-- | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index f01625ae..0e57228e 100644 --- a/tag-zsh/config/zsh/zshrc +++ b/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' |