diff --git a/zsh/_fedit b/zsh/_fedit index a38efb3..76d8768 100644 --- a/zsh/_fedit +++ b/zsh/_fedit @@ -4,10 +4,12 @@ # ========== Shortcuts ========== _fedit() { /usr/bin/fedit + zle reset-prompt } _etcedit() { /usr/bin/fedit --etc + zle reset-prompt } zle -N fedit diff --git a/zsh/_fless b/zsh/_fless index 4a80eb3..10b8cab 100644 --- a/zsh/_fless +++ b/zsh/_fless @@ -3,6 +3,7 @@ # ========== Shortcuts ========== fless() { /usr/bin/fless + zle reset-prompt } zle -N fless