debugging the machine-to-machine env files

This commit is contained in:
Wryn Wagner
2019-09-17 10:41:04 -06:00
parent 567268bbaa
commit c9c0909d20
3 changed files with 24 additions and 9 deletions

View File

@ -2,7 +2,7 @@
DOTWRYN="$HOME/.wryn"
RC_DIR="$DOTWRYN/bash"
source "$HOME/.my_bash_dirs"
source "$HOME/.my_bash_env"
# source .wryn/bash files
for file in $(find $RC_DIR -maxdepth 1 -type f ! -name 'rc'); do source $file; done;