about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_alias
blob: 98ae9404692a3659cbac82a8c6ff4a3831fe896f (plain) (blame)
1
2
3
4
5
6
7
8
#compdef alias

_arguments -C -s -A "-*" -S \
  '-+g[list or define global aliases]' \
  '-+r[list or define regular aliases]' \
  '-+m[print aliases matching specified pattern]' \
  '-L[print each alias in the form of calls to alias]' \
  '*::alias definition:_aliases -S ='