From 55db0132a72f75b5af76c8d233d7c9106fb5532a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 19 Jan 2022 09:48:33 -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 587680f..0c54918 100644 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -125,7 +125,7 @@ export HISTFILE=$ZDOTDIR/history #------------------------------ cdpath ------------------------------ setopt autocd -export CDPATH=".:$GHREPOS:$DOTFILES:$REPOS:$LOCAL_REPOS:$HOME" +export CDPATH=".:$GHREPOS:$DOTFILES:$REPOS/github.com:$LOCAL_REPOS:$HOME" #------------------------------ options ------------------------------ # (see `man zshoptions`)