mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
globalias: allow filtering values not to be expanded (#9331)
This commit is contained in:
parent
fb80eb8e05
commit
82856bfbd8
2 changed files with 22 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
globalias() {
|
||||
zle _expand_alias
|
||||
zle expand-word
|
||||
if [[ $GLOBALIAS_FILTER_VALUES[(Ie)$LBUFFER] -eq 0 ]]; then
|
||||
zle _expand_alias
|
||||
zle expand-word
|
||||
fi
|
||||
zle self-insert
|
||||
}
|
||||
zle -N globalias
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue