Browse Source

add alias halt and reboot

pull/1/head
10sr 12 years ago
parent
commit
7e049ab0e8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      bashrc

+ 2
- 0
bashrc View File

@@ -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"


Loading…
Cancel
Save