+shopt -s globstar

This commit is contained in:
Шашкин Николай 2023-10-09 23:00:30 +03:00
parent 9ad1afef72
commit 482c1a0c14
1 changed files with 1 additions and 0 deletions

View File

@ -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"