From 97bf632c689958fcb4167c9a4415d998d270fc75 Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Tue, 15 Jul 2014 12:12:17 +0530 Subject: [PATCH] Adds alias to use spring while loading rake and rails --- files/bash/.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"'