Small updates

pull/3/head
Robert R Evans 2010-10-02 15:47:22 -07:00
parent 5b42a0701d
commit 149c18fd58
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ alias rd='rails destroy'
alias ss='script/server' alias ss='script/server'
alias sc='script/console' alias sc='script/console'
alias restart_app='touch tmp/restart.txt' alias restartapp='touch tmp/restart.txt'
alias devlog='tail -f log/development.log' alias devlog='tail -f log/development.log'

View File

@ -14,7 +14,7 @@ export BASH=$HOME/.bash_it
export BASH_THEME='bobby' export BASH_THEME='bobby'
# Your place for hosting Git repos. I use this for private repos. # Your place for hosting Git repos. I use this for private repos.
export GIT_HOSTING='git@git.domain.org' export GIT_HOSTING='git@git.domain.com'
# Set my editor and git editor # Set my editor and git editor
export EDITOR="/usr/bin/mate -w" export EDITOR="/usr/bin/mate -w"