From e8b241ad2a25b474cd0941c82e43aa57eecb9e84 Mon Sep 17 00:00:00 2001 From: Mike Yockey Date: Wed, 25 Jun 2025 19:20:16 -0400 Subject: [PATCH] Telescope fzf cmake workaround --- zsh/dot-zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index b209b44..6d2a8af 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -63,3 +63,8 @@ case `uname` in export PATH=/home/myockey/.local/bin:$PATH ;; esac + +. "$HOME/.atuin/bin/env" + +eval "$(atuin init zsh)" +eval "$(atuin gen-completions --shell zsh)"