[clean] remove duplicate in aliases

This commit is contained in:
Felix Buehler 2018-03-17 15:20:12 +01:00
parent d611eb4a0c
commit 6d5a313769
2 changed files with 1 additions and 2 deletions

View file

@ -10,7 +10,7 @@ case "$1" in
docker image prune --force
;;
pacman)
pacman -Scc
pacman -Sc
;;
*)
echo "Please give parameter of: [all docker pacman]"