From c8036731bb11299623c5c7f45501ab0df7128433 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Sep 2013 19:08:04 +1200 Subject: Turn off direxpand, never used it anyway --- bash/bashrc | 2 -- 1 file changed, 2 deletions(-) (limited to 'bash') diff --git a/bash/bashrc b/bash/bashrc index 87046856..bff271b6 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -57,8 +57,6 @@ shopt -s progcomp if ((${BASH_VERSINFO[0]} >= 4)); then # Warn me about stopped jobs when exiting shopt -s checkjobs - # Expand globbing and variables for directory completion - shopt -s direxpand # Autocorrect fudged paths during completion shopt -s dirspell # Enable double-starring paths -- cgit v1.2.3