diff --git a/shell/zshrc b/shell/zshrc index fe52cb5..6e1a55b 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -71,7 +71,8 @@ COMPLETION_WAITING_DOTS="true" # Add wisely, as too many plugins slow down shell startup. plugins=(git \ virtualenvwrapper \ - catimg) + catimg \ + fancy-ctrl-z) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh