diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 6ed75ea4..beb694f4 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -92,6 +92,5 @@ TRAPWINCH(){ } if [ -f ~/.current-folder ] && [ ! $TMUX ]; then - cd "$(cat ~/.current-folder)" - clear + \cd "$(cat ~/.current-folder)" fi