Browse Source

add alias sh

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

+ 1
- 0
.bashrc View File

@@ -89,6 +89,7 @@ alias reloadrc="test -f ~/.bashrc && source ~/.bashrc"
alias sudo="sudo " # use aliases through sudo
alias e3=e3em
alias mytime="date +%Y%m%d-%H%M%S"
alias sh="ENV=$HOME/.shrc sh"
if isdarwin
then
alias upgrade="port selfupdate && port sync && port upgrade installed"


Loading…
Cancel
Save