This repository has been archived on 2024-03-04. You can view files and clone it, but cannot push or open issues or pull requests.
linux/.config/bash/module/Shopt.sh

7 lines
100 B
Bash
Raw Normal View History

2023-08-08 16:24:15 +03:00
shopt -s dotglob
shopt -s globstar
shopt -s autocd
2024-02-05 16:18:30 +03:00
shopt -s extglob
2023-08-08 16:24:15 +03:00
exec {BASH_XTRACEFD}>/dev/null