From: Silvio Rhatto Date: Sun, 16 Aug 2020 01:49:37 +0000 (-0300) Subject: Feat: XBPS support (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a5b4e1f10f6980ef7f809c65ee38287b6940d8d8;p=rhatto%2Fdotfiles%2Fprofile.git Feat: XBPS support (2) --- diff --git a/profile.dot.link b/profile.dot.link index b9e86ea..ff56791 100644 --- a/profile.dot.link +++ b/profile.dot.link @@ -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