Fix url matching problems in iTerm
Problems were caused by the missing space in right promt
This commit is contained in:
parent
423e86c112
commit
fdc8a42e31
@ -2,6 +2,7 @@ function fish_right_prompt --description 'Write out the right prompt'
|
|||||||
if test -d .git
|
if test -d .git
|
||||||
__fish_git_unpushed
|
__fish_git_unpushed
|
||||||
__fish_git_dirty
|
__fish_git_dirty
|
||||||
|
printf " "
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user