Adds alias to use spring while loading rake and rails

This commit is contained in:
Abhay Rana 2014-07-15 12:12:17 +05:30
parent b3f8140c52
commit 97bf632c68
1 changed files with 3 additions and 1 deletions

View File

@ -58,6 +58,8 @@ export LC_ALL="C" ##For the weird characters in man pages
#Ruby version manager
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias rake='spring rake'
alias rails='spring rails'
#rvm default #Use the default ruby
#My latest prompt
@ -291,4 +293,4 @@ eval "$(phpenv init -)"
#UTF-8 Alias
export LC_ALL=en_US.UTF-8
alias suidchromium='sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox && export CHROME_DEVEL_SANDBOX="$PWD/chrome_sandbox"'
alias suidchromium='sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox && export CHROME_DEVEL_SANDBOX="$PWD/chrome_sandbox"'