Small updates
parent
5b42a0701d
commit
149c18fd58
|
|
@ -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'
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue