From 873fa2754f743dc43d7b2f6561a23d6466b80601 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 7 Sep 2012 00:45:51 +0900 Subject: [PATCH] update alias pupgrade --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4ec3c2e..0c3ec72 100755 --- a/bashrc +++ b/bashrc @@ -187,7 +187,7 @@ null type pacmatic && { null type apt-get && \ alias aupgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes" null type port && \ - alias pupgrade="sudo port selfupdate && sudo port upgrade outdated && sudo port uninstall leaves" + alias pupgrade="sudo port -v selfupdate && sudo port -v upgrade outdated && sudo port -v uninstall leaves" if iscygwin; then null type windate || alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"