Compare commits

...

2 Commits

Author SHA1 Message Date
FieryEagle be114244ce Merge branch 'main' of git.hserve.win:Mihit/ZSH-Config 2026-06-21 15:18:45 +00:00
FieryEagle a348a237c5 added path for local bin 2026-06-21 15:16:21 +00:00
+5
View File
@@ -32,6 +32,11 @@ setopt HIST_VERIFY
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