prompt_pwd broken, this fix by James Reeves

darcs-hash:20090221104759-ac50b-35f7a896d3e62cd002605d47c090c7bec992317b.gz
This commit is contained in:
axel
2009-02-21 20:47:59 +10:00
parent c1cf6a4071
commit 5fc42fcaff

View File

@@ -16,7 +16,7 @@ else
case '*'
printf "%s" (echo $PWD|sed -e "s|^$HOME|~|" -e 's-/\(\.\{0,1\}[^/]\)\([^/]*\)-/\1-g')
echo $PWD|sed -n -e 's-.*/\.\{0,1}.\([^/]*\)-\1-p'
echo $PWD|sed -n -e 's-.*/\.\{0,1\}.\([^/]*\)-\1-p'
end
end
end