From 2b5726166bd92815d75ed89c18eb3300d5926d7f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 19 Jan 2022 09:46:01 -0500 Subject: [PATCH] Updated cd-path --- zsh/config/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index e1141c1..587680f 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -125,7 +125,7 @@ export HISTFILE=$ZDOTDIR/history #------------------------------ cdpath ------------------------------ setopt autocd -export CDPATH=".:$GHREPOS:$DOTFILES:$LOCAL_REPOS:$HOME" +export CDPATH=".:$GHREPOS:$DOTFILES:$REPOS:$LOCAL_REPOS:$HOME" #------------------------------ options ------------------------------ # (see `man zshoptions`)