From 94822d62713ae0df6966ed04bdd3a160006663fb Mon Sep 17 00:00:00 2001 From: sadlerm4 Date: Tue, 8 Oct 2024 13:00:50 +0800 Subject: [PATCH] feat(shell-config): add autocd option to zshrc (#1) (#73) --- ultramarine/shell-config/ultramarine-shell.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/ultramarine/shell-config/ultramarine-shell.zsh b/ultramarine/shell-config/ultramarine-shell.zsh index 23f0254..38e03b2 100644 --- a/ultramarine/shell-config/ultramarine-shell.zsh +++ b/ultramarine/shell-config/ultramarine-shell.zsh @@ -23,3 +23,4 @@ HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory setopt SHARE_HISTORY +setopt autocd