Browse Source

add sh prefs

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

+ 1
- 1
bashrc View File

@@ -89,7 +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"
alias sh="ENV=$HOME/.shrc PS1=\$\ sh"
if isdarwin
then
alias upgrade="port selfupdate && port sync && port upgrade installed"


+ 1
- 0
profile View File

@@ -25,6 +25,7 @@ export LC_TIME=C
export TERMCAP="${TERMCAP}:vb="
export HOSTNAME
export BROWSER=firefox
export ENV=~/.shrc
# export TMP=/tmp
# export TEMP=/tmp



Loading…
Cancel
Save