Auto-sync from catchthesethighs

This commit is contained in:
Aaron D. Lee
2025-12-15 22:46:41 -05:00
parent 1434175b54
commit 774b144e9d

View File

@@ -185,7 +185,7 @@ bindkey "^[[F" end-of-line
bindkey "^[[3~" delete-char
# Alt+R to reload
reload-zsh() { source ~/.zshrc; zle reset-prompt; zle -N reload-zsh; echo "✓ Reloaded";}
reload-zsh() { echo "Reloading ~/.zshrc ... "; source ~/.zshrc; zle reset-prompt}
bindkey "^[r" reload-zsh
# ============================================================================