Globstar!
This commit is contained in:
parent
9caf88f11d
commit
cd03a34fe6
2 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ pacaur -S \
|
||||||
nginx \
|
nginx \
|
||||||
urxvt-perls-git urxvt-resize-font-git \
|
urxvt-perls-git urxvt-resize-font-git \
|
||||||
samba \
|
samba \
|
||||||
|
neofetch \
|
||||||
wine-staging lib32-libpulse \
|
wine-staging lib32-libpulse \
|
||||||
ttf-noto-fonts-simple ttf-noto-fonts-ib ttf-noto-fonts-emoji-ib \
|
ttf-noto-fonts-simple ttf-noto-fonts-ib ttf-noto-fonts-emoji-ib \
|
||||||
siji-git gohufont artwiz-fonts phallus-fonts-git \
|
siji-git gohufont artwiz-fonts phallus-fonts-git \
|
||||||
|
|
|
@ -22,6 +22,9 @@ BASE16_SHELL="$DOTFILES_PATH/scripts/colors/shell"
|
||||||
# disable ctrl-s terminal freeze
|
# disable ctrl-s terminal freeze
|
||||||
[[ $- == *i* ]] && stty -ixon
|
[[ $- == *i* ]] && stty -ixon
|
||||||
|
|
||||||
|
# allow ** recursive wildcard globbing
|
||||||
|
shopt -s globstar
|
||||||
|
|
||||||
# set our PATH
|
# set our PATH
|
||||||
source "$DOTFILES_PATH/shell/paths"
|
source "$DOTFILES_PATH/shell/paths"
|
||||||
|
|
||||||
|
|
Reference in a new issue