From: Silvio Rhatto Date: Sun, 16 Aug 2020 01:30:55 +0000 (-0300) Subject: Feat: XBPS support X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0fe798a711045db73d6b640da31fc758476b7dab;p=rhatto%2Fdotfiles%2Fprofile.git Feat: XBPS support --- diff --git a/profile.dot.link b/profile.dot.link index 11ca7a0..b9e86ea 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -94,6 +94,11 @@ if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then . $HOME/.nix-profile/etc/profile.d/nix.sh fi +# Add XBPS into PATH +if [ -d "$HOME/.xbps/us/bin" ]; then + PATH="$HOME/.xbps/usr/bin:$PATH" +fi + # Export PATH export PATH=$PATH