From 7e049ab0e844e267d2f5d4cff06f79d371bde652 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 9 Mar 2012 18:58:26 +0900 Subject: [PATCH] add alias halt and reboot --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index 13317e5..9d8c52f 100755 --- a/bashrc +++ b/bashrc @@ -82,6 +82,8 @@ alias sudo="sudo " # use aliases through sudo alias e3=e3em alias mytime="date +%Y%m%d-%H%M%S" alias sh="ENV=$HOME/.shrc PS1=\$\ sh" +alias halt="sudo halt" +alias reboot="sudo reboot" alias aptin="apt-get install" alias aptsearch="apt-cache search"