Partially fix #1224.

It would be nice if this would work without this hack,
but until then, this has to work. Requires you to reinstall
the prompt using fish configuration system.
This commit is contained in:
Konrad Borowski 2014-01-10 21:33:50 +01:00
parent 041120aab4
commit 2927514e68

View file

@ -44,4 +44,5 @@ function fish_prompt --description 'Write out the prompt'
echo -n '$ '
set_color normal
end