diff --git a/.zshrc b/.zshrc index 9c58ab1..8dfbb9e 100644 --- a/.zshrc +++ b/.zshrc @@ -292,6 +292,10 @@ if [ -f ${HOME}/.zshrc.local ]; then . ${HOME}/.zshrc.local fi -# [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +### atuin (shell history) +export ATUIN_NOBIND="true" +eval "$(atuin init zsh)" + +bindkey '^r' _atuin_search_widget # vim: set ft=zsh et sw=0 ts=2 sts=0: