$galiases
–
Global Alias mapping
$galiases maps global alias names to their expansions.
Links
Examples
- Declare and show global aliases
- Output:
1 2alias -g WORLD="echo hello world" typeset galiases1galiases=( [WORLD]='echo hello world' )
BashSupport Pro is a Zsh IDE with support for $galiases – try it now!