forked from muhaaliss/mydotfiles
Added Bash SHOPT behaviors
This commit is contained in:
parent
6408a0777e
commit
bea240c8db
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue