From 3967227c74df474d85a25c94c3bf32d6f96e50c3 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 8 Mar 2024 14:05:30 -0500 Subject: added local bin to path and fixed shepherd issue --- home-config/bash_profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-config/bash_profile') diff --git a/home-config/bash_profile b/home-config/bash_profile index 1aa335f..6bc7def 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile @@ -5,7 +5,7 @@ export XDG_SESSION_DESKTOP=sway export _JAVA_AWT_WM_NONREPEATING=1 export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share -export PATH=$PATH:~/.nix-profile/bin +export PATH=~/.local/bin:$PATH:~/.nix-profile/bin # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3