From 3b7e62d1762332c5ce72f3a779ce18905c8da9bb Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 27 Nov 2013 17:15:48 +0100 Subject: Fixed typo in alias --- .zsh.after/unixpool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.zsh.after') diff --git a/.zsh.after/unixpool.sh b/.zsh.after/unixpool.sh index 40e75c7..c1739e8 100644 --- a/.zsh.after/unixpool.sh +++ b/.zsh.after/unixpool.sh @@ -34,7 +34,7 @@ alias paclid="sudo pacman -Qi | sed '/^Depends On/,/^Required By/{ s/^Required B alias pacsize="pacman -Qi | awk '/^Name/ {pkg=\$3} /Size/ {print \$4\$5,pkg}' | sort -n" #All packages by size alias pacall="sudo pacman -Qi | awk '/^Name/ {pkg=\$3} /Version/ {ver=\$3} /Size/ {size=\$4\$5} {print pkg,ver,size}' | uniq" #All packages uniquely with name, version, size #alias pacremorph='sudo pacman -Rs $(pacman -Qtdq)' #Remove all orphaned packages -alias pacup='sudo apt-get update && sudo apt-get upgrade'#'sudo pacman -Syu' # Synchronize with repositories before upgrading packages that are out of date on the local system. +alias pacup='sudo apt-get update && sudo apt-get upgrade' #'sudo pacman -Syu' # Synchronize with repositories before upgrading packages that are out of date on the local system. alias pac='sudo apt-get install ' #'sudo pacman -S' # Install specific package(s) from the repositories alias pacu='sudo pacman -U' # Install specific package not from the repositories but from a file alias pacre='sudo apt-get remove ' #'sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies -- cgit v1.2.3-54-g00ecf