From e3fe978110e558609cfb0102b8515ec905db437d Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 22 Aug 2012 13:38:25 +0900 Subject: [PATCH] fix alias port upgrade --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 1a3223f..ca70ca3 100755 --- a/bashrc +++ b/bashrc @@ -176,7 +176,7 @@ null type pacmatic && { alias ubuntu-upgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes" alias arch-upgrade="sudo pacman -Syu" -alias port-upgrade="port selfupdate && port sync && port upgrade installed" +alias port-upgrade="sudo port selfupdate && sudo port upgrade outdated && sudo port uninstall leaves" if iscygwin; then null type windate || alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"