fish: keep 4 dir segements in prompt pwd
This commit is contained in:
parent
086298efa3
commit
24002ffe4d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
fish_prompt.body = ''
|
fish_prompt.body = ''
|
||||||
echo
|
echo
|
||||||
string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd) (set_color green) ' ❯ ' (set_color normal)
|
string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color green) ' ❯ ' (set_color normal)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
fish_right_prompt.body = ''
|
fish_right_prompt.body = ''
|
||||||
|
|
Loading…
Reference in a new issue