aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:30:55 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:30:55 -0300
commit0fe798a711045db73d6b640da31fc758476b7dab (patch)
tree96d8f928e9d5b13e9b9044d0b3c161e9ffc3ad38
parent0436639b199f49ae22b819f1eb64e7c36d49744f (diff)
downloadprofile-0fe798a711045db73d6b640da31fc758476b7dab.tar.gz
profile-0fe798a711045db73d6b640da31fc758476b7dab.tar.bz2
Feat: XBPS support
-rw-r--r--profile.dot.link5
1 files changed, 5 insertions, 0 deletions
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