added path for local bin

This commit is contained in:
FieryEagle
2026-06-21 15:16:21 +00:00
parent 31067e0553
commit a348a237c5
+5
View File
@@ -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