diff --git a/bash/rc b/bash/rc index dbfe45e..bc831fa 100644 --- a/bash/rc +++ b/bash/rc @@ -1,5 +1,9 @@ ## bashrc, called for interactive shells +if [[ $- != *i* ]]; then + return +fi + [[ -z "$DOTFILES_ROOT_DIR" ]] && source "$HOME/.dotfilesrc" source $DOTFILES_SHELL_DIR/aliases