From b4998df86af0f95664b26386184d0343736abf36 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Tue, 12 Mar 2024 12:16:23 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index ba668fc..1b936b8 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -157,6 +157,7 @@ export _EXPERIMENTAL_DAGGER_TUI=yep export OPENAI_API_KEY={{ .openai_token | quote }} eval "$(starship init zsh)" +eval "$(atuin init zsh)" #zprof export ANSIBLE_VAULT_PASSWORD_FILE="~/.config/ansible/password"