all repos — nixfiles @ 52a4a70473b7d229c2610e2df0c0332cd32a9152

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

zsh: Hide right prompt

Alan Pearce
commit

52a4a70473b7d229c2610e2df0c0332cd32a9152

parent

d7dba4cfd5b335ae9b55c5abd58298ca6ef7af97

1 file changed, 1 insertion(+), 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'