# HG changeset patch # User Oleksandr Gavenko # Date 1268776278 -7200 # Node ID d410aac55409cac2ab3a7e2274b4130d1b520e72 # Parent b8185f03f3641ebf7b249196d0ee362f4b90e220 Easy cd to often used dirs. diff -r b8185f03f364 -r d410aac55409 .bashrc --- a/.bashrc Tue Mar 16 23:44:05 2010 +0200 +++ b/.bashrc Tue Mar 16 23:51:18 2010 +0200 @@ -13,6 +13,9 @@ # PS1='\[\e[1m\]\h:\w\$\[\e[0m\] ' PS1='bash# ' +# Easy cd to often used dirs. +export CDPATH=.:~:~/devel:~/devel/gav-devel + # Don't store duplicate adjacent items in the history. # ignorespace do not save lines that start with space # erasedups all previous lines matching the current line to be removed from