mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Merge 7b5147ef5e into cb64103161
This commit is contained in:
commit
d0af46537b
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ globalias() {
|
||||||
# (z) splits into words using shell parsing
|
# (z) splits into words using shell parsing
|
||||||
# (A) makes it an array even if there's only one element
|
# (A) makes it an array even if there's only one element
|
||||||
local word=${${(Az)LBUFFER}[-1]}
|
local word=${${(Az)LBUFFER}[-1]}
|
||||||
|
if [[ $word[1] == '\' ]]; then
|
||||||
|
zle self-insert
|
||||||
|
return
|
||||||
|
fi
|
||||||
if [[ $GLOBALIAS_FILTER_VALUES[(Ie)$word] -eq 0 ]]; then
|
if [[ $GLOBALIAS_FILTER_VALUES[(Ie)$word] -eq 0 ]]; then
|
||||||
zle _expand_alias
|
zle _expand_alias
|
||||||
zle expand-word
|
zle expand-word
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue