aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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