mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-16 07:26:51 +00:00
5 lines
117 B
Bash
5 lines
117 B
Bash
if iscmd atuin; then
|
|
export ATUIN_NOBIND="true"
|
|
bindkey '^r' _atuin_search_widget
|
|
eval "$(atuin init zsh)"
|
|
fi
|