Split cdpath onto multiple lines
This commit is contained in:
parent
f29729ae30
commit
37013ce0e1
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue