diff --git a/tag-zsh/zsh_profile.d/navigation.zsh b/tag-zsh/zsh_profile.d/navigation.zsh index 3ae05254..32766d09 100644 --- a/tag-zsh/zsh_profile.d/navigation.zsh +++ b/tag-zsh/zsh_profile.d/navigation.zsh @@ -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 +)