From 68f5b0e9ba496eeafdcf74b14855bf2e9f57b182 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 2 Mar 2012 19:43:11 +1300 Subject: Add my home directory to .:/home/tom. --- bash/bashrc | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3