enable globstar in bashrc
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -64,8 +64,8 @@ HISTCONTROL=erasedups:ignoredups:ignorespace
|
||||
#
|
||||
. /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
|
||||
shopt -s checkwinsize # check the window size after each command (and if necessary, the values of LINES and COLUMNS)
|
||||
shopt -s globstar # enable globstar (**/*)
|
||||
|
||||
#
|
||||
# aliases
|
||||
|
||||
Reference in New Issue
Block a user