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)"