From 790d1390c17dc4c5669c6b9c0fac274aa7c71ede Mon Sep 17 00:00:00 2001 From: David Todd Date: Tue, 23 Oct 2018 22:00:42 -0500 Subject: [PATCH] add fancy-ctrl-z plugin --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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