aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index a913b2de..125bc260 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -17,6 +17,9 @@ HISTIGNORE='ls:ls -l:ls -la:fg:bg:jobs:history'
# Add all commands to the history immediately.
PROMPT_COMMAND='history -a;history -n'
+# Allow my home directory as a base for relative cd calls.
+CDPATH=.:~
+
# Don't check for mail all the time, it's irritating.
unset MAILCHECK