# HG changeset patch # User Oleksandr Gavenko # Date 1311767479 -10800 # Node ID 5c4da94f3f35331b6b2930401ca043156cf4972d # Parent bed2de11f71136b8569638f5119a4a0957e43ead Fix CDPATH. diff -r bed2de11f711 -r 5c4da94f3f35 .bashrc --- a/.bashrc Sat Jun 25 14:13:03 2011 +0300 +++ b/.bashrc Wed Jul 27 14:51:19 2011 +0300 @@ -16,7 +16,7 @@ PS1='bash# ' # Easy cd to often used dirs. -export CDPATH=.:~:~/devel:~/devel/gav-devel +export CDPATH=.:~:~/devel:~/devel/my-devel # Don't store duplicate adjacent items in the history. # ignorespace do not save lines that start with space