summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 3c5d65d..61ee7c5 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -176,3 +176,6 @@ alias rm="rm -i"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
+
+# Created by `pipx` on 2026-01-07 01:53:19
+export PATH="$PATH:/home/bh/.local/bin"