From 482c1a0c1454356ff8c0281d454aaeb604b43e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A8=D0=B0=D1=88=D0=BA=D0=B8=D0=BD=20=D0=9D=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BB=D0=B0=D0=B9?= Date: Mon, 9 Oct 2023 23:00:30 +0300 Subject: [PATCH] +shopt -s globstar --- const.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/const.sh b/const.sh index c8291b4..22d989e 100755 --- a/const.sh +++ b/const.sh @@ -4,6 +4,7 @@ umask 0002 shopt -s histappend shopt -s cmdhist shopt -s cdspell +shopt -s globstar export PATH="$PATH:/usr/local/bin:/sbin:/usr/sbin:/usr/local/sbin:~/bin:~/scripts" [ -x /usr/bin/vim ] && export EDITOR=/usr/bin/vim export HISTCONTROL="ignoredupes"