mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
fix comment
This commit is contained in:
parent
75f87dd24e
commit
6eaa868cd9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue