diff --git a/.zshrc b/.zshrc index 9e2ddb9..4fe706c 100644 --- a/.zshrc +++ b/.zshrc @@ -320,5 +320,9 @@ bindkey '^r' _atuin_search_widget ### broot source /home/leo/.config/broot/launcher/bash/br +### A/I +if [ -f ${HOME}/.zshrc.ai ]; then + source ${HOME}/.zshrc.ai +fi # vim: set ft=zsh et sw=0 ts=2 sts=0: