A/I only
This commit is contained in:
parent
7985c5af47
commit
34a70cac5c
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -320,5 +320,9 @@ bindkey '^r' _atuin_search_widget
|
||||||
### broot
|
### broot
|
||||||
source /home/leo/.config/broot/launcher/bash/br
|
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:
|
# vim: set ft=zsh et sw=0 ts=2 sts=0:
|
||||||
|
|
Loading…
Reference in a new issue