This commit is contained in:
Rahmani Saif El Moulouk 2017-05-03 22:27:19 +00:00 committed by GitHub
commit 6aaabb44f6

View file

@ -80,7 +80,7 @@ prompt_end() {
# Context: user@hostname (who am I and where am I)
prompt_context() {
if [[ "$USER" != "$DEFAULT_USER" || -n "$SSH_CLIENT" ]]; then
prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m"
# prompt_segment black default "%(!.%{%F{yellow}%}.)$USER@%m"
fi
}