removing ">" from theme prompt

This commit is contained in:
Bruno Pinto 2012-10-09 21:47:45 -03:00
parent 05b4207a66
commit 644c85adaf

View File

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