fix comment

This commit is contained in:
slavaGanzin 2016-10-04 14:05:41 +03:00
parent 75f87dd24e
commit 6eaa868cd9
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ globalias() {
}
zle -N globalias
# space expands all global aliases
# space expands all aliases, including global
bindkey -M emacs " " globalias
bindkey -M viins " " globalias