From 1ca45dffc48e33d278137febab930a6d2d317843 Mon Sep 17 00:00:00 2001 From: Michael Yockey Date: Wed, 25 Jun 2025 19:19:27 -0400 Subject: [PATCH] Atuin path --- zsh/dot-zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index f0338c0..b209b44 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -18,6 +18,7 @@ eval "$(pyenv init -)" eval "$(zoxide init --cmd cd zsh)" # atuin, shell command stats +PATH="$HOME/.atuin/bin:$PATH" eval "$(atuin init zsh)" if type brew &>/dev/null; then