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

index b9e86eae36dd29a2bdebbe05ffa149c56ddb3839..ff567911adb43220b33559614cf78a7d18740544 100644 (file)
@@ -95,7 +95,7 @@ if [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
 fi
 
 # Add XBPS into PATH
-if [ -d "$HOME/.xbps/us/bin" ]; then
+if [ -d "$HOME/.xbps/usr/bin" ]; then
   PATH="$HOME/.xbps/usr/bin:$PATH"
 fi