diff --git a/files/bash/.bashrc b/files/bash/.bashrc index 9e214b6..3861745 100644 --- a/files/bash/.bashrc +++ b/files/bash/.bashrc @@ -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"' \ No newline at end of file +alias suidchromium='sudo chown root:root chrome_sandbox && sudo chmod 4755 chrome_sandbox && export CHROME_DEVEL_SANDBOX="$PWD/chrome_sandbox"'