From 5c4f8be9a51e270600cd2105b369fe7b284bf091 Mon Sep 17 00:00:00 2001 From: Bodaniel Jeanes Date: Wed, 30 Jun 2010 14:50:31 +1000 Subject: [PATCH] Change how CURRENT_SHELL works --- bash/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc b/bash/bashrc index 663b6ee..0bac75d 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -1,4 +1,4 @@ -export CURRENT_SHELL=`which bash` +export CURRENT_SHELL="bash" export DOT_FILES=$HOME/.config # All things that are both ZSH and Bash compatible