summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
authordoy <doy@tozt.net>2009-01-02 15:35:14 -0500
committerdoy <doy@tozt.net>2009-01-02 15:35:14 -0500
commitb91dfeef145bdf18a159e3261fa93ff6d13dd706 (patch)
tree1355ecd7d53953e3e4404e2672b97a4e7ce4d211 /bashrc
parentdd694130b52ccd86fbd35d45667a84784e381f5f (diff)
downloadconf-b91dfeef145bdf18a159e3261fa93ff6d13dd706.tar.gz
conf-b91dfeef145bdf18a159e3261fa93ff6d13dd706.zip
add the cdhist script
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 374ef02..4a140cb 100644
--- a/bashrc
+++ b/bashrc
@@ -137,6 +137,7 @@ export TEXINPUTS=".:~/conf/tex:"
[ -f /etc/bash_completion ] && source /etc/bash_completion
[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion
[ -f "~/.keychain/${HOSTNAME}-sh" ] && source "~/.keychain/${HOSTNAME}-sh"
+source ~/.bash/cdhist.sh
# }}}
# fortune {{{
fortune -n300 -s ~/.fortune | grep -v -E "^$"