From 34a70cac5c4d7b98d7f4bdc46375d8e8d166093c Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 16 Dec 2022 16:45:27 +0100 Subject: [PATCH] A/I only --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) 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: