Globstar!

This commit is contained in:
Daniel Flanagan 2017-04-23 13:05:49 -05:00
parent 9caf88f11d
commit cd03a34fe6
2 changed files with 4 additions and 0 deletions

View file

@ -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 \

View file

@ -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"