The sed command for prompt_pwd is missing a backslash. Patch attached.

- James
diff -rN old-fish/share/functions/prompt_pwd.fish new-fish/share/functions/prompt_pwd.fish
19c19
< 			echo $PWD|sed -n -e 's-.*/\.\{0,1}.\([^/]*\)-\1-p'
---
> 			echo $PWD|sed -n -e 's-.*/\.\{0,1\}.\([^/]*\)-\1-p'

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to