$saliases
–
Suffix alias mapping
$saliases maps suffix alias names to their expansions.
Links
Examples
- Define suffix alias to open HTML files in your browser
- Output:
1 2 3alias -s html=xdg-open typeset saliases # entering an html file as command will now open your browser displaying the file1saliases=( [html]=xdg-open )
BashSupport Pro is a Zsh IDE with support for $saliases – try it now!