diff --git a/stow-packages/bash/.profile b/stow-packages/bash/.profile index 6e7a460..7540133 100644 --- a/stow-packages/bash/.profile +++ b/stow-packages/bash/.profile @@ -9,6 +9,9 @@ shopt -s histappend # append to history, don't overwrite it export BASH_SILENCE_DEPRECATION_WARNING=1 export EDITOR='nvim' +# recursive **/* globbing, like zsh +shopt -s globstar + # homebrew - different setup for Apple Silicon vs. Intel if [[ $(uname -m) == 'arm64' ]]; then # add `brew` cli itself to PATH