From 6ac005a70922afc7171ad22fa33da732d3c0354f Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 03:11:09 -0500 Subject: [PATCH] feat: add autocd --- .config/zsh/config/profile/profile/options.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/zsh/config/profile/profile/options.zsh b/.config/zsh/config/profile/profile/options.zsh index e40cfaa..4170002 100644 --- a/.config/zsh/config/profile/profile/options.zsh +++ b/.config/zsh/config/profile/profile/options.zsh @@ -2,3 +2,4 @@ setopt extendedglob setopt nullglob +setopt autocd