From be3620709888ac246dacb6665cc9f8e36a064fa5 Mon Sep 17 00:00:00 2001 From: nex Date: Sun, 16 Jun 2024 13:25:17 +0100 Subject: [PATCH] Fix path in zprofile --- .zprofile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zprofile b/.zprofile index 24d160b..c0a1795 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,2 @@ - # Created by `pipx` on 2024-03-20 01:03:28 -export PATH="$PATH:/home/nexus/.local/bin" +export PATH="$PATH:$HOME/.local/bin"