ソースを参照

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"


読み込み中…
キャンセル
保存