aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-04 09:32:01 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-04 09:32:01 +1200
commit5bf87cbb6d7898a19fce95f9bf2328d154bda965 (patch)
treeaaf56f8b4ec0cd7ce005235868dc93e1fe93f388
parentCompletely refactored tmux conf (diff)
downloaddotfiles-5bf87cbb6d7898a19fce95f9bf2328d154bda965.tar.gz
dotfiles-5bf87cbb6d7898a19fce95f9bf2328d154bda965.zip
I've decided I don't like this. I don't mind typing ~/.
-rw-r--r--bash/bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 3eb939fc..070f86ab 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -11,9 +11,6 @@ HISTCONTROL=ignoreboth
# Keep the times of the commands in history.
HISTTIMEFORMAT='%F %T '
-# 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