From 5fce75ae9052f55b59918b267247c99aa7098e12 Mon Sep 17 00:00:00 2001 From: Jannik ZANDER Date: Mon, 9 Jul 2018 16:25:59 +0200 Subject: [PATCH] Try more shopt's --- .bashrc | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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 -- 2.43.0