diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 22:49:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-08-15 22:49:37 -0300 |
commit | a5b4e1f10f6980ef7f809c65ee38287b6940d8d8 (patch) | |
tree | 91cf83ae84884e204278809d12f079d1abef0fb8 | |
parent | 0fe798a711045db73d6b640da31fc758476b7dab (diff) | |
download | profile-a5b4e1f10f6980ef7f809c65ee38287b6940d8d8.tar.gz profile-a5b4e1f10f6980ef7f809c65ee38287b6940d8d8.tar.bz2 |
Feat: XBPS support (2)
-rw-r--r-- | profile.dot.link | 2 |
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 |