diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-08 14:05:30 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-03-08 14:05:30 -0500 |
commit | 3967227c74df474d85a25c94c3bf32d6f96e50c3 (patch) | |
tree | dddb535b0b226489997e06519a3e8482ec127d9f /home-config/bash_profile | |
parent | 8d9871bd1f3cfd3d57545c91da5e7f9166328f12 (diff) |
added local bin to path and fixed shepherd issue
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r-- | home-config/bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
5 | export _JAVA_AWT_WM_NONREPEATING=1 | 5 | export _JAVA_AWT_WM_NONREPEATING=1 |
6 | 6 | ||
7 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share | 7 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share |
8 | export PATH=$PATH:~/.nix-profile/bin | 8 | export PATH=~/.local/bin:$PATH:~/.nix-profile/bin |
9 | 9 | ||
10 | # Honor per-interactive-shell startup file | 10 | # Honor per-interactive-shell startup file |
11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | 11 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |