mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-11-26 18:31:07 +08:00
Add space between the arrow and current directory name in robbyrussell theme
This commit is contained in:
parent
506ef66ee1
commit
b43716907f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user