From 8d6a7a116fe2511ee53309069a30ece768a05abe Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Fri, 9 Nov 2012 10:12:26 -0800 Subject: Merged in work base configs. --- base/bashrc | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'base/bashrc') diff --git a/base/bashrc b/base/bashrc index 683e47e..204fcf0 100644 --- a/base/bashrc +++ b/base/bashrc @@ -105,5 +105,19 @@ fi # Personal Settings export EDITOR=vim +if [ -f ~/.shell_pathes ]; then + source ~/.shell_pathes +fi + # Host Specific Settings -source ~/.host-specific/bashrc +if [ -f ~/.host-specific/bashrc ]; then + source ~/.host-specific/bashrc +fi + +if [ -f ~/.host-specific/shell_pathes ]; then + source ~/.host-specific/shell_pathes +fi + +if [ -f ~/.host-specific/bash_aliases ]; then + source ~/.host-specific/bash_aliases +fi -- cgit v1.2.3