瀏覽代碼

add alias halt and reboot

pull/1/head
10sr 12 年之前
父節點
當前提交
7e049ab0e8
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      bashrc

+ 2
- 0
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"


Loading…
取消
儲存