mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
Add a missing space to peepcode
This commit is contained in:
parent
d0535dd2fd
commit
d7fb7cd215
@ -13,7 +13,7 @@
|
||||
function +vi-git-status() {
|
||||
# Check for untracked files or updated submodules since vcs_info does not.
|
||||
if [[ -n $(git ls-files --other --exclude-standard 2> /dev/null) ]]; then
|
||||
hook_com[unstaged]='%F{8}✗%f'
|
||||
hook_com[unstaged]=' %F{8}✗%f'
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user