This commit is contained in:
Blallo 2022-12-16 16:45:27 +01:00
parent 7985c5af47
commit 34a70cac5c
No known key found for this signature in database
GPG key ID: 0CBE577C9B72DC3F

4
.zshrc
View file

@ -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: