zsh: Rename navigation to path, move PATH

This commit is contained in:
Oliver Davies 2020-05-13 00:55:32 +01:00
parent bdcc85c50e
commit 3ea811046d
3 changed files with 19 additions and 17 deletions

View file

@ -1,7 +0,0 @@
setopt auto_cd
cdpath=(
$HOME/Code \
$HOME/Code/clients \
$HOME/Code/os \
$HOME
)

View file

@ -0,0 +1,19 @@
setopt auto_cd
export PATH=\
$PATH:\
/usr/bin:\
$HOME:/.bin:\
$HOME:/.composer/vendor/bin:\
$HOME:/.local/bin:\
$HOME:/.platformsh/bin:\
bin:\
node_modules/.bin:\
vendor/bin
export CDPATH=\
./:\
$HOME/Code:\
$HOME/Code/clients:\
$HOME/Code/os:\
$HOME