1
0
Fork 0

Fix url matching problems in iTerm

Problems were caused by the missing space in right promt
This commit is contained in:
Gregory Eremin 2014-08-08 18:03:52 +07:00
parent 423e86c112
commit fdc8a42e31
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ function fish_right_prompt --description 'Write out the right prompt'
if test -d .git
__fish_git_unpushed
__fish_git_dirty
printf " "
end
end