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_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/home-config/bash_profile b/home-config/bash_profile
index 319a0ca..d58e435 100644
--- a/home-config/bash_profile
+++ b/home-config/bash_profile
@@ -4,5 +4,8 @@ export XDG_CURRENT_DESKTOP=sway
4export XDG_SESSION_DESKTOP=sway 4export 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
8export PATH=$PATH:~/.nix-profile/bin
9
7# Honor per-interactive-shell startup file 10# Honor per-interactive-shell startup file
8if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 11if [ -f ~/.bashrc ]; then . ~/.bashrc; fi