X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=7b362b894343cebf856e0e86016dc912f6a80210;hb=97f8a1818926af6a2ba55d64b6631194a0cba129;hp=90442e0e097a1672970e1cd2260b9ce0be7ba597;hpb=820fc2a245c910c03759bddca9bec8435b58c518;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 90442e0..7b362b8 100644 --- a/.shellrc +++ b/.shellrc @@ -15,6 +15,7 @@ esac # Stop if non-interactive shell # [ -z "$PS1" ] && return +if test -n "$BASH_VERSION"; then # append to the history file, don't overwrite it shopt -s histappend @@ -25,6 +26,7 @@ shopt -s checkwinsize # If set, the pattern "**" used in a pathname expansion context will # match all files and zero or more directories and subdirectories. #shopt -s globstar +fi #if [ -x /usr/bin/dircolors ]; then