Commit b4371690 authored by Kirill Sukhanov's avatar Kirill Sukhanov

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

parent 506ef66e
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment