]> gitweb.fluxo.info Git - rhatto/dotfiles/profile.git/commitdiff
Feat: XBPS support
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Aug 2020 01:30:55 +0000 (22:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 16 Aug 2020 01:30:55 +0000 (22:30 -0300)
profile.dot.link

index 11ca7a0f18d85433e59fc53f8c99f56166bfe0a5..b9e86eae36dd29a2bdebbe05ffa149c56ddb3839 100644 (file)
@@ -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