diff --git a/scripts/arch-linux/provisioning/3-extras.bash b/scripts/arch-linux/provisioning/3-extras.bash index 0a54934..39e302e 100755 --- a/scripts/arch-linux/provisioning/3-extras.bash +++ b/scripts/arch-linux/provisioning/3-extras.bash @@ -23,6 +23,7 @@ pacaur -S \ nginx \ urxvt-perls-git urxvt-resize-font-git \ samba \ + neofetch \ wine-staging lib32-libpulse \ ttf-noto-fonts-simple ttf-noto-fonts-ib ttf-noto-fonts-emoji-ib \ siji-git gohufont artwiz-fonts phallus-fonts-git \ diff --git a/shell/bashrc b/shell/bashrc index 61ad045..9beb643 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -22,6 +22,9 @@ BASE16_SHELL="$DOTFILES_PATH/scripts/colors/shell" # disable ctrl-s terminal freeze [[ $- == *i* ]] && stty -ixon +# allow ** recursive wildcard globbing +shopt -s globstar + # set our PATH source "$DOTFILES_PATH/shell/paths"