From 1c58ccb7855719483490abe1982afa12b0488f24 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Fri, 15 May 2026 22:36:21 -0400 Subject: refactor and battery notifier --- .bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index ba43ca0..62995cf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,7 +3,7 @@ if [ -f "$HOME/.bashrc" ]; then fi # Environment Variables -export PATH="$HOME/dotfiles/scripts/:$PATH" +export PATH="$HOME/dotfiles/scripts/util:$HOME/dotfiles/scripts/system:$PATH" export EDITOR="/bin/emacs" # Create XDG Runtime Dir -- cgit v1.2.3