Move CDPATH place hold to use it from MC after xinit load...
--- a/.bash_path Tue Feb 07 00:51:53 2012 +0200
+++ b/.bash_path Tue Feb 07 01:25:23 2012 +0200
@@ -18,6 +18,9 @@
umask 0000
fi
+# Easy cd to often used dirs.
+export CDPATH=.:~:~/devel:~/devel/my-devel
+
if [[ ! $PATH =~ $HOME/usr/bin ]]; then
export PATH=$PATH:~/usr/bin
fi
--- a/.bashrc Tue Feb 07 00:51:53 2012 +0200
+++ b/.bashrc Tue Feb 07 01:25:23 2012 +0200
@@ -22,9 +22,6 @@
# eval `dircolors -b ~/.dircolors`
# fi
-# Easy cd to often used dirs.
-CDPATH=.:~:~/devel:~/devel/my-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