diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-12-29 11:08:02 +0100 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-12-29 11:08:02 +0100 |
commit | 37b278cd034f8e995a274db92aab7f4a33c0e1d8 (patch) | |
tree | 6568c42d25613fd11044ae3d8bb053d4bb086bdf /plugins/debian/debian.plugin.zsh | |
parent | b38da62b23e08271fad9fc25a0bb47e89215a431 (diff) | |
download | zsh-37b278cd034f8e995a274db92aab7f4a33c0e1d8.tar.gz zsh-37b278cd034f8e995a274db92aab7f4a33c0e1d8.tar.bz2 zsh-37b278cd034f8e995a274db92aab7f4a33c0e1d8.zip |
chore(debian): document previous alias
Diffstat (limited to 'plugins/debian/debian.plugin.zsh')
-rw-r--r-- | plugins/debian/debian.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/debian/debian.plugin.zsh b/plugins/debian/debian.plugin.zsh index 1d2022436..5fa1270b8 100644 --- a/plugins/debian/debian.plugin.zsh +++ b/plugins/debian/debian.plugin.zsh @@ -100,7 +100,7 @@ else print "$cmd" eval "$cmd" } - aar() { + function aar() { cmd="su -lc '$apt_pref -P autoremove $@' root" print "$cmd" eval "$cmd" |