From: Robert R Evans Date: Sat, 2 Oct 2010 22:47:22 +0000 (-0700) Subject: Small updates X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=149c18fd58f2013d487c369e1ff9982a94e2641a;p=common%2Fbash_it.git Small updates --- diff --git a/plugins/rails.plugin.bash b/plugins/rails.plugin.bash index 8319b68..a80aca8 100644 --- a/plugins/rails.plugin.bash +++ b/plugins/rails.plugin.bash @@ -13,7 +13,7 @@ alias rd='rails destroy' alias ss='script/server' alias sc='script/console' -alias restart_app='touch tmp/restart.txt' +alias restartapp='touch tmp/restart.txt' alias devlog='tail -f log/development.log' diff --git a/template/bash_profile.template.bash b/template/bash_profile.template.bash index 3dd62a2..0991d90 100644 --- a/template/bash_profile.template.bash +++ b/template/bash_profile.template.bash @@ -14,7 +14,7 @@ export BASH=$HOME/.bash_it export BASH_THEME='bobby' # 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 export EDITOR="/usr/bin/mate -w"