aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 119678ea..3a49fcf6 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -57,6 +57,8 @@ shopt -s no_empty_cmd_completion
shopt -s progcomp
# Warn me if I try to shift when there's nothing there
shopt -s shift_verbose
+# Don't use PATH to find files to source
+shopt -u sourcepath
# These options only exist since Bash 4.0-alpha
if ((${BASH_VERSINFO[0]} >= 4)); then