remove host and user name from theme; i'm not ssh-ing enough to need them

This commit is contained in:
Haak Saxberg 2020-02-12 23:46:17 -08:00
parent 413de3d11b
commit aa78884758

View file

@ -38,7 +38,7 @@ local directory_path='%{$fg[magenta]%}%~'
local return_code='%(?,,%{$fg[red]%} RC=%?%{$reset_color%})' local return_code='%(?,,%{$fg[red]%} RC=%?%{$reset_color%})'
# left prompt definition (multiline) # left prompt definition (multiline)
PROMPT="${user_host} ${directory_path} PROMPT="${directory_path}
${prompt}" ${prompt}"
# right prompt definition # right prompt definition