diff --git a/README.md b/README.md new file mode 100644 index 0000000..707c4d7 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Dotfiles +---------- + + +## Getting Started diff --git a/run/.bash_profile b/run/.bash_profile index 8c4b4d2..7cf874f 100644 --- a/run/.bash_profile +++ b/run/.bash_profile @@ -1,3 +1,6 @@ +# If not running interactively, don't do anything! +[[ $- != *i* ]] && return + for DOTFILE in `find /home/ahosking/.dotfiles` do [ -f "$DOTFILE" ] && source "$DOTFILE"