summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh
diff options
context:
space:
mode:
authorAlan Pearce2016-09-24 17:25:26 +0200
committerAlan Pearce2016-09-24 17:25:26 +0200
commit52a4a70473b7d229c2610e2df0c0332cd32a9152 (patch)
tree78a13403198ef72aff7313db8f1eb1a43bf9df57 /tag-zsh/config/zsh
parentd7dba4cfd5b335ae9b55c5abd58298ca6ef7af97 (diff)
downloaddotfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.tar.lz
dotfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.tar.zst
dotfiles-52a4a70473b7d229c2610e2df0c0332cd32a9152.zip
zsh: Hide right prompt
Diffstat (limited to 'tag-zsh/config/zsh')
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index f01625a..0e57228 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'