From: Jannik ZANDER Date: Mon, 9 Jul 2018 14:25:59 +0000 (+0200) Subject: Try more shopt's X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=5fce75ae9052f55b59918b267247c99aa7098e12;p=dotfiles.git Try more shopt's --- diff --git a/.bashrc b/.bashrc index b54f68f..3c78dc3 100644 --- a/.bashrc +++ b/.bashrc @@ -8,12 +8,16 @@ cd ~ set -o vi # Use 'help shopt' to see the documentation for the given options -shopt -s checkwinsize -shopt -s histappend -shopt -s nocaseglob -shopt -s cdspell shopt -s autocd +shopt -s cdspell +shopt -s cmdhist +shopt -s dotglob shopt -s globstar +shopt -s histappend +shopt -s histreedit +shopt -s histverify +shopt -s no_empty_cmd_completion +shopt -s nocaseglob # Set prompt PS1='\[\033]0;${USER}@${HOSTNAME}:${PWD}\007\]' # terminal title