# HG changeset patch # User Oleksandr Gavenko # Date 1328570723 -7200 # Node ID f7c19d2b4263af0b0dc26dbc1426c1efb13e7217 # Parent 2771c1f6f3c5d1b8b2c4b6e270357e846ceeb21d Move CDPATH place hold to use it from MC after xinit load... diff -r 2771c1f6f3c5 -r f7c19d2b4263 .bash_path --- 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 diff -r 2771c1f6f3c5 -r f7c19d2b4263 .bashrc --- 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