Fix prompt to squeeze home.

This commit is contained in:
Bartek Stalewski 2016-06-17 13:52:30 +02:00
parent 6a572adc93
commit ac0596c91f

3
fish/prompt_pwd.fish Normal file
View File

@ -0,0 +1,3 @@
function prompt_pwd
pwd | sed "s|$HOME|~|"
end