From d06648864ec18ea07b38da54a674a09f867a6971 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 20 Nov 2024 08:07:12 -0500 Subject: [PATCH] feat: Updates zsh config --- zsh/config/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/config/.zshrc b/zsh/config/.zshrc index 58ab4c2..9435eed 100755 --- a/zsh/config/.zshrc +++ b/zsh/config/.zshrc @@ -98,7 +98,7 @@ export HISTFILE=$ZDOTDIR/history setopt autocd # NOTE: This may be overriden in local env overrides (typically located in $XDG_DATA_HOME/zsh/env.zsh -export CDPATH=".:$GHREPOS:$GHREPOS/ansible:$REPOS/github.com:$DOTFILES:$LOCAL_REPOS:$HOME" +export CDPATH=".:$REPOS:$REPOS/ansible:$DOTFILES:$LOCAL_REPOS:$BUCKET:$HOME" #------------------------------ options ------------------------------ # (see `man zshoptions`)