From 581c5fc520c0af81e035d2310b80adea0e722107 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 25 Jan 2026 11:20:54 +0100 Subject: [PATCH] fix: include $HOME in path --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 048c86e..4641f09 100644 --- a/.profile +++ b/.profile @@ -6,7 +6,7 @@ # Used to set important variables, such as PATH, XDG_ and alike. # -export PATH=".local/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" export LANG="en_GB.UTF-8" # Use neovim for editor whenever available.