1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-16 07:26:51 +00:00
dotfiles/.zsh/atuin.zsh

5 lines
117 B
Bash

if iscmd atuin; then
export ATUIN_NOBIND="true"
bindkey '^r' _atuin_search_widget
eval "$(atuin init zsh)"
fi