From 63a86492e65bbaf9e10143cf1cee0434469f1b14 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Mon, 15 Dec 2025 23:16:12 -0500 Subject: [PATCH] More tweaks, gott redo the docs too soon, ugh.... --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 6bb21db..5253cc0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -185,7 +185,7 @@ bindkey "^[[F" end-of-line bindkey "^[[3~" delete-char # Alt+R to reload -reload-zsh() { echo "Reloading ~/.zshrc ... "; source ~/.zshrc; zle reset-prompt} +reload-zsh() { echo "Reloading ~/.zshrc ... "; source ~/.zshrc; zle -N reload-zsh; zle reset-prompt} bindkey "^[r" reload-zsh # ============================================================================