From a348a237c58acc250341a82153b5052fbb2256eb Mon Sep 17 00:00:00 2001 From: FieryEagle Date: Sun, 21 Jun 2026 15:16:21 +0000 Subject: [PATCH] added path for local bin --- zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zshrc b/zshrc index ade60b3..ec7808a 100644 --- a/zshrc +++ b/zshrc @@ -23,6 +23,11 @@ setopt histignorealldups sharehistory alias ..='cd ..' alias update_zsh='git -C ~/.zsh_conf pull' +#Path +if [ -d "$HOME/.local/bin" ] ; then + PATH="$HOME/.local/bin:$PATH" +fi + # Use emacs keybindings even if our EDITOR is set to vi bindkey -e