Split cdpath onto multiple lines

This commit is contained in:
Oliver Davies 2019-12-03 09:39:47 +00:00
parent f29729ae30
commit 37013ce0e1

View file

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