From a6ab188c3c9b40e14e3122aea1c70f14c2b4b9bb Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 10 Aug 2023 08:39:32 -0400 Subject: Add rise configs. --- dotfiles/.bash_profile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dotfiles/.bash_profile (limited to 'dotfiles/.bash_profile') diff --git a/dotfiles/.bash_profile b/dotfiles/.bash_profile new file mode 100644 index 0000000..7736e39 --- /dev/null +++ b/dotfiles/.bash_profile @@ -0,0 +1,14 @@ +# Set up Guix Home profile +if [ -f ~/.profile ]; then . ~/.profile; fi + +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi + +# Merge search-paths from multiple profiles, the order matters. +eval "$(guix package --search-paths \ +-p $HOME/.config/guix/current \ +-p $HOME/.guix-profile \ +-p /run/current-system/profile)" + +# Prepend setuid programs. +export PATH=/run/setuid-programs:$PATH -- cgit v1.2.3