aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:08:04 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 19:08:04 +1200
commitc8036731bb11299623c5c7f45501ab0df7128433 (patch)
tree7f63e73f11747c01210235353a47ccfaebf0dd8c /bash/bashrc
parentElaborate on versioning policy (diff)
downloaddotfiles-c8036731bb11299623c5c7f45501ab0df7128433.tar.gz
dotfiles-c8036731bb11299623c5c7f45501ab0df7128433.zip
Turn off direxpand, never used it anyway
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 0 insertions, 2 deletions
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