From 95a814fe4d11f25b9d35c9fbd4fa4a67550a32c9 Mon Sep 17 00:00:00 2001 From: dl92 Date: Sun, 23 Feb 2025 23:22:48 +0000 Subject: [PATCH] testing fragmented zshrc --- home/.zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/home/.zshrc b/home/.zshrc index be2903f..c9fb855 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -41,3 +41,11 @@ ZSH_THEME="powerlevel9k/powerlevel9k" source $ZSH/custom/themes/powerlevel9k/powerlevel9k.zsh-theme + +# Load base configurations +source ~/code/configs/home/bash-config/rc.base +source ~/code/configs/home/bash-config/rc.aliases +source ~/code/configs/home/bash-config/rc.functions + + +