From 672d50ddb11cb970e1c7ca1ce119c756d33a99af Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Fri, 11 Feb 2022 18:40: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 3b27597..e7572f9 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -126,7 +126,7 @@ export HISTFILE=$ZDOTDIR/history #------------------------------ cdpath ------------------------------ setopt autocd -export CDPATH=".:$GHREPOS:$DOTFILES:$LOCAL_REPOS:$HOME" +export CDPATH=".:$GHREPOS:$REPOS/github.com:$DOTFILES:$LOCAL_REPOS:$HOME" #------------------------------ options ------------------------------ # (see `man zshoptions`)