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 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_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"