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

8 lines
157 B
Bash

# bash extensions.
shopt -s dotglob
shopt -s globstar
shopt -s autocd
# set -o vi
# bind -m vi-command ".":yank-last-argument
exec {BASH_XTRACEFD}>/dev/null