Added Bash SHOPT behaviors

This commit is contained in:
Muha Aliss 2024-03-28 00:26:52 +03:00
parent 6408a0777e
commit bea240c8db

View file

@ -1,3 +1,9 @@
# SHOPT
shopt -s autocd # Automatically enter the written directory
shopt -s cdspell # Automatically detect folder even if it is misspelled
shopt -s histverify # Reruns the previous command (e.g !!123)
shopt -s expand_aliases # expand aliases
# DNF
alias upd="sudo dnf update"
alias upg="sudo dnf update"