diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-05 13:59:28 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2023-07-05 13:59:28 +0200 |
commit | d85086ed10809cf9864ed0321285d31c0b1f93f0 (patch) | |
tree | 773b7336100281f9f1e1902a4d7006d2731e114e /.bash_profile | |
parent | 49e0dc10749a34f66a0935c1ded8f6fa6c4b346c (diff) | |
download | dotfiles-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_profile | 3 |
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 |
2 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi | 2 | if [ -f ~/.bashrc ]; then . ~/.bashrc; fi |
3 | 3 | ||
4 | export PATH="$HOME/bin:$PATH | ||
5 | export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles | 4 | export GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles |
6 | 5 | ||
7 | for i in $GUIX_EXTRA_PROFILES/*; do | 6 | for 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 |
14 | done | 13 | done |
14 | |||
15 | . .profile | ||