From 2a4ca7712b59d99df1695f553685a5d754754450 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 22 Jan 2026 12:09:56 +0000 Subject: [PATCH] add local user bin to path --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index c695cbf..9a9a4ae 100644 --- a/.zshrc +++ b/.zshrc @@ -20,3 +20,6 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh + +# Created by `pipx` on 2026-01-15 16:32:17 +export PATH="$PATH:/home/dylan/.local/bin"