aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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