From 192658c76da6548b0ce19609b5aec48596d97b4a Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Mon, 19 Aug 2013 16:36:13 +0530 Subject: [PATCH] New scm_breezes --- .bashrc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.bashrc b/.bashrc index 14f5509..4affc6a 100644 --- a/.bashrc +++ b/.bashrc @@ -74,10 +74,6 @@ COMP_WORDBREAKS=${COMP_WORDBREAKS/=/} COMP_WORDBREAKS=${COMP_WORDBREAKS/@/} export COMP_WORDBREAKS -#SCM Breeze, used for ga,gs,gc etc -[[ -s "$HOME/.scm_breeze/scm_breeze.sh" ]] && . "$HOME/.scm_breeze/scm_breeze.sh" - - # autoload -U compinit # compinit export BLOCKSIZE=K @@ -283,3 +279,5 @@ alias zz='fasd_cd -d -i' # cd with interactive selection export PATH="/usr/local/heroku/bin:$PATH" eval `keychain --eval --agents ssh id_rsa` +#SCM Breeze +[ -s "/home/nemo/.scm_breeze/scm_breeze.sh" ] && source "/home/nemo/.scm_breeze/scm_breeze.sh"