Globstar!
This commit is contained in:
parent
9caf88f11d
commit
cd03a34fe6
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Reference in a new issue