add fancy-ctrl-z plugin

This commit is contained in:
David Todd 2018-10-23 22:00:42 -05:00
parent 24502e3d4e
commit 790d1390c1

View File

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