From 0813162ab3a4f8cefd496218545a211b90fa8bc3 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Fri, 9 Aug 2024 17:31:58 -0400 Subject: [PATCH] Add ~/.local/bin to $PATH --- exports.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/exports.zsh b/exports.zsh index 0e80753..0991953 100644 --- a/exports.zsh +++ b/exports.zsh @@ -1 +1,2 @@ export PATH="/opt/bin:$PATH" +export PATH="~/.local/bin/:$PATH"