From 1434175b54ce63eb692e0865a5c8105ef67a3582 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 15 Dec 2025 22:30:49 -0500 Subject: [PATCH] Auto-sync from catchthesethighs --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 8cedcee..d0a7ecd 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -185,8 +185,7 @@ bindkey "^[[F" end-of-line bindkey "^[[3~" delete-char # Alt+R to reload -reload-zsh() { source ~/.zshrc; echo "✓ Reloaded"; zle reset-prompt; } -zle -N reload-zsh +reload-zsh() { source ~/.zshrc; zle reset-prompt; zle -N reload-zsh; echo "✓ Reloaded";} bindkey "^[r" reload-zsh # ============================================================================