From a5b4e1f10f6980ef7f809c65ee38287b6940d8d8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 15 Aug 2020 22:49:37 -0300 Subject: Feat: XBPS support (2) --- profile.dot.link | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3