enable globstar in bashrc

This commit is contained in:
2025-08-11 10:37:41 +02:00
parent a61a223cff
commit 6fee92f45a

View File

@@ -64,8 +64,8 @@ HISTCONTROL=erasedups:ignoredups:ignorespace
# #
. /home/user/.local/share/vcpkg/scripts/vcpkg_completion.bash &>/dev/null # fucking vcpkg . /home/user/.local/share/vcpkg/scripts/vcpkg_completion.bash &>/dev/null # fucking vcpkg
# check the window size after each command (and if necessary, the values of LINES and COLUMNS) shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS)
shopt -s checkwinsize shopt -s globstar # enable globstar (**/*)
# #
# aliases # aliases