summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-07-05 13:59:28 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2023-07-05 13:59:28 +0200
commitd85086ed10809cf9864ed0321285d31c0b1f93f0 (patch)
tree773b7336100281f9f1e1902a4d7006d2731e114e /.bash_profile
parent49e0dc10749a34f66a0935c1ded8f6fa6c4b346c (diff)
downloaddotfiles-d85086ed10809cf9864ed0321285d31c0b1f93f0.tar.gz
dotfiles-d85086ed10809cf9864ed0321285d31c0b1f93f0.zip
Add polkit rules and home services to my guix config.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 608f031..e81307b 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1,7 +1,6 @@
1# Honor per-interactive-shell startup file 1# Honor per-interactive-shell startup file
2if [ -f ~/.bashrc ]; then . ~/.bashrc; fi 2if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
3 3
4export PATH="$HOME/bin:$PATH
5export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles 4export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
6 5
7for i in $GUIX_EXTRA_PROFILES/*; do 6for i in $GUIX_EXTRA_PROFILES/*; do
@@ -12,3 +11,5 @@ for i in $GUIX_EXTRA_PROFILES/*; do
12 fi 11 fi
13 unset profile 12 unset profile
14done 13done
14
15. .profile