From: PHO Date: Mon, 9 May 2011 17:19:51 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=bf02477263e419e78322425b987710c8c83af25d Auto commit by The Sugar System. --- diff --git a/dot-files/_zshrc b/dot-files/_zshrc index d6cc9e0..24a7ecf 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -95,7 +95,7 @@ function print_directory_info() { elif [[ -r $absdir/.hg/branch ]] then # Hg - local hgbranch=`cat $absdir/.hg/branch` + local hgbranch=`cat $absdir/.hg/branch` if [[ -e $absdir/.hg/unpushed ]] then echo "*${hgbranch}*" else @@ -165,6 +165,7 @@ if [ $(hostname) = "aria.cielonegro.org" ]; then alias pa='open -a NiseRingo.app' alias heboris='open /Applications/HeborisUEMac/exe/Heboris\ OpenGL.app' alias hengband='open ~/Applications/hengband*/Hengband*' + alias syssleep='sudo shutdown -s now' fi if [ $(uname) = "Darwin" ]; then