# HG changeset patch # User Oleksandr Gavenko # Date 1313350511 -10800 # Node ID 11880eae9332f90249421d573f7cc62ae9ad807a # Parent 176106ed8e4613b0984de0113f4a0619f23a792d Set CDPATH. diff -r 176106ed8e46 -r 11880eae9332 .bashrc --- a/.bashrc Sun Aug 14 22:25:13 2011 +0300 +++ b/.bashrc Sun Aug 14 22:35:11 2011 +0300 @@ -14,7 +14,7 @@ PS1='bash# ' # Easy cd to often used dirs. -export CDPATH=.:~:~/devel:~/devel/my-devel +CDPATH=.:~:~/devel:~/devel/my-devel # Don't store duplicate adjacent items in the history. # ignorespace do not save lines that start with space diff -r 176106ed8e46 -r 11880eae9332 .zshrc --- a/.zshrc Sun Aug 14 22:25:13 2011 +0300 +++ b/.zshrc Sun Aug 14 22:35:11 2011 +0300 @@ -3,6 +3,9 @@ PS1='zsh# ' +# Easy cd to often used dirs. +CDPATH=.:~:~/devel:~/devel/my-devel + HISTFILE=~/.histfile HISTSIZE=1000 SAVEHIST=1000