Add space between the arrow and current directory name in robbyrussell theme

This commit is contained in:
Kirill Sukhanov 2015-04-26 19:50:55 +03:00
parent 506ef66ee1
commit b43716907f

View File

@ -33,6 +33,6 @@ function fish_prompt
end
end
echo -n -s $arrow $cwd $git_info $normal ' '
echo -n -s $arrow ' ' $cwd $git_info $normal ' '
end