remove host and user name from theme; i'm not ssh-ing enough to need them
This commit is contained in:
parent
413de3d11b
commit
aa78884758
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue