Fix prompt to squeeze home.
This commit is contained in:
parent
6a572adc93
commit
ac0596c91f
1 changed files with 3 additions and 0 deletions
3
fish/prompt_pwd.fish
Normal file
3
fish/prompt_pwd.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function prompt_pwd
|
||||
pwd | sed "s|$HOME|~|"
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue