fish: shorten prompt pwd
This commit is contained in:
parent
de687209b9
commit
97b714e4ff
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
function fish_prompt
|
||||
set -g prompt_string
|
||||
set -g prev_color
|
||||
prompt.add blue (pwd)
|
||||
prompt.add blue (prompt_pwd)
|
||||
prompt.git
|
||||
prompt.add normal $prompt_bang
|
||||
|
||||
|
|
Loading…
Reference in a new issue