From 149c18fd58f2013d487c369e1ff9982a94e2641a Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Sat, 2 Oct 2010 15:47:22 -0700 Subject: [PATCH] Small updates --- plugins/rails.plugin.bash | 2 +- template/bash_profile.template.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.17.1