From da85946d6ac7ebd96aae79154871be3ceeeace39 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sat, 7 Mar 2026 17:59:01 -0500 Subject: [PATCH] zsh pipx path --- zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0a652e4..742eaeb 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -125,3 +125,6 @@ export HYPRSHOT_DIR="Images" # Atuin #eval "$(atuin init zsh)" + +# Created by `pipx` on 2026-03-03 16:51:31 +export PATH="$PATH:/home/tpouplier/.local/bin"