summaryrefslogtreecommitdiff
path: root/home-config/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/bash_profile')
-rw-r--r--home-config/bash_profile2
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
5export _JAVA_AWT_WM_NONREPEATING=1 5export _JAVA_AWT_WM_NONREPEATING=1
6 6
7export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share 7export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share
8export PATH=$PATH:~/.nix-profile/bin 8export PATH=~/.local/bin:$PATH:~/.nix-profile/bin
9 9
10# Honor per-interactive-shell startup file 10# Honor per-interactive-shell startup file
11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi