From e7c927d390cefc1aeda054224207841c435f588b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 10 Jul 2020 18:40:08 +0300 Subject: [PATCH] Show full path to currently changed directory --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index ef56e68..42dbbb4 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -97,13 +97,14 @@ alias sshnm="ssh -S none" # Faster movement {{{ cddotdot() { cd .. + pwd zle reset-prompt } zle -N cddotdot bindkey "OQ" cddotdot # F2 pushdquiet() { - popd >/dev/null + popd zle reset-prompt } zle -N pushdquiet -- 2.44.0