From: Sergey Matveev Date: Sat, 12 Jun 2021 07:23:35 +0000 (+0300) Subject: Fix popd-related function name X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=bf682372c203aef0e62cecaaf4df9ea3288b53b1 Fix popd-related function name --- diff --git a/zsh/.zshrc b/zsh/.zshrc index ee4704c..62390a0 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -104,12 +104,12 @@ cddotdot() { zle -N cddotdot bindkey "OQ" cddotdot # F2 -pushdquiet() { +popdquiet() { popd zle reset-prompt } -zle -N pushdquiet -bindkey "OS" pushdquiet # F4 +zle -N popdquiet +bindkey "OS" popdquiet # F4 # }}} # Git {{{