X-Git-Url: https://arthur.barton.de/gitweb/?p=ConfigScripts.git;a=blobdiff_plain;f=sys%2Fbashrc;fp=sys%2Fbashrc;h=40087fe34706f1da620ee249067091579d0c3660;hp=559cc8c54b85f96ce1d3ad8f18cd012de2c85dc0;hb=1615d7044ddd5c65ca212f1a073f91efc418bc89;hpb=a0b31bc0283071b3bce0ff1469822575608742ec diff --git a/sys/bashrc b/sys/bashrc index 559cc8c..40087fe 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -13,7 +13,10 @@ BASHRCREAD="true" [ -e ~/.ConfigScripts.debug ] && echo " >> /etc/bash.bashrc ..." # Interactive shell? -[ "$PS1" ] || return +case "$-" in + *i*) ;; + *) return ;; +esac # Initialize keychain(1) ssh-agent and gpg-agent helper type -t keychain >/dev/null \