Fix CDPATH.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 27 Jul 2011 14:51:19 +0300
changeset 156 5c4da94f3f35
parent 135 bed2de11f711
child 157 1f5fbfd5f6f4
Fix CDPATH.
.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