From 6fee92f45af945856d55ee641b1cb2944fc4ccf1 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 11 Aug 2025 10:37:41 +0200 Subject: [PATCH] enable globstar in bashrc --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 3a6e958..7c1d1e7 100644 --- a/.bashrc +++ b/.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