소스 검색

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"


불러오는 중...
취소
저장