diff options
-rw-r--r-- | dotfiles/.bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile index f93bf65..4d681e6 100644 --- a/dotfiles/.bash_profile +++ b/dotfiles/.bash_profile @@ -47,3 +47,5 @@ then export GIT_SSL_CAINFO=/etc/ssl/certs/ca-certificates.crt eval "$(rbenv init -)" fi + +export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH" |