aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:49:37 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-08-15 22:49:37 -0300
commita5b4e1f10f6980ef7f809c65ee38287b6940d8d8 (patch)
tree91cf83ae84884e204278809d12f079d1abef0fb8
parent0fe798a711045db73d6b640da31fc758476b7dab (diff)
downloadprofile-a5b4e1f10f6980ef7f809c65ee38287b6940d8d8.tar.gz
profile-a5b4e1f10f6980ef7f809c65ee38287b6940d8d8.tar.bz2
Feat: XBPS support (2)
-rw-r--r--profile.dot.link2
1 files changed, 1 insertions, 1 deletions
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