all repos — nixfiles @ 52a4a70473b7d229c2610e2df0c0332cd32a9152

System and user configuration, managed by nix and home-manager

zsh: Hide right prompt
Alan Pearce alan@alanpearce.uk
Sat, 24 Sep 2016 17:25:26 +0200
commit

52a4a70473b7d229c2610e2df0c0332cd32a9152

parent

d7dba4cfd5b335ae9b55c5abd58298ca6ef7af97

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M tag-zsh/config/zsh/zshrctag-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'