$aliases
–
Alias mapping
$aliases
maps alias names to their expansions.
This variable was called raliases
in early versions of the Z Shell.
Links
Examples
- Show currently available aliases
- Output:
1
typeset aliases
1
aliases=( [dir]='ls -la' [run-help]=man [which-command]=whence )
BashSupport Pro ist eine Zsh IDE mit Unterstützung für $aliases - probieren Sie es jetzt aus!