commit 32a36c70c9ba2615115dff7b6a5129051abe6f8b
parent 7ba3f102a35bceb4cd64c5589242ca3aa07bcb53
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Mon, 29 Sep 2014 18:05:04 -0700
Bash: Source colors.sh instead of making colors in bashrc
Diffstat:
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/bashrc b/bashrc
@@ -33,14 +33,6 @@ if ! shopt -oq posix; then
fi
fi
#}}}
-# colors{{{
-Color_Off=$'\033[m'
-Red=$'\033[0;31m'
-Green=$'\033[0;32m'
-Blue=$'\033[0;34m'
-Cyan=$'\033[0;36m'
-White=$'\033[0;37m'
-#}}}
# prompt statement{{{1
random_happy_face() {
local faces=(":)" ":D" ":)" ":D" ":)" ":D" ":)")
@@ -86,6 +78,7 @@ if [ "$TERM" == "xterm" ]; then
fi
# load other files
+source ~/dotfiles/bin/colors.sh
source ~/dotfiles/bin/git-prompt.sh
source ~/dotfiles/bin/z.sh
if [ -f ~/.fzf.bash ]; then