From 0fe798a711045db73d6b640da31fc758476b7dab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Aug 2020 22:30:55 -0300 Subject: Feat: XBPS support --- profile.dot.link | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3