Move CDPATH place hold to use it from MC after xinit load...
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 07 Feb 2012 01:25:23 +0200
changeset 300 f7c19d2b4263
parent 299 2771c1f6f3c5
child 301 bc02af7c6a99
Move CDPATH place hold to use it from MC after xinit load...
.bash_path
.bashrc
--- 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