diff --git a/.bashrc b/.bashrc index 81d95ee..c373059 100644 --- a/.bashrc +++ b/.bashrc @@ -3,6 +3,14 @@ case $- in *) return ;; esac +# Shell options +shopt -s dotglob +shopt -s nocaseglob +shopt -s autocd +shopt -s cdspell +shopt -s histappend +shopt -s histverify + # Default options alias ls='ls --color=auto -AF' alias grep='grep --color=auto'