1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-09 00:40:41 +01:00

chore(debian): document previous alias

This commit is contained in:
Marc Cornellà
2021-12-29 11:08:02 +01:00
parent b38da62b23
commit 37b278cd03
2 changed files with 3 additions and 1 deletions

View File

@@ -100,7 +100,7 @@ else
print "$cmd"
eval "$cmd"
}
aar() {
function aar() {
cmd="su -lc '$apt_pref -P autoremove $@' root"
print "$cmd"
eval "$cmd"