summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
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