aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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