diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index a77d1362..e291677d 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -56,6 +56,7 @@ fzf-cd-widget() { return 0 fi cd "$dir" + unset dir # ensure this doesn't end up appearing in prompt expansion local ret=$? zle fzf-redraw-prompt return $ret