summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile
index c44f3f2..d50e067 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,6 +6,11 @@ elif [ -d /usr/local/Homebrew ]; then
eval "$(/usr/local/Homebrew/bin/brew shellenv)"
fi
+# ==== *nix include bashrc if found and override here
+if [ -f "$HOME/.bashrc" ]; then
+ source "$HOME/.bashrc"
+fi
+
export CLICOLOR=1
export LSCOLORS=gxfxcxdxbxegedabagacad # Mac OS custorm colors (not LS_COLORS as unix) defaultscheme "exfxcxdxbxegedabagacad"
export LS_COLORS="$LS_COLORS:di=00;36:ln=00;35:ex=00;31" # Unix/Bash Readline custom colors