From a775e08560bf4da93e27430010bad2c4c1aab7a9 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Sun, 11 Feb 2018 00:01:46 -0600 Subject: [PATCH] Add catimg omz plugin Requires ImageMagick - converts images to 256 color ansi and prints to stdout More info: https://github.com/posva/catimg --- shell/zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/zshrc b/shell/zshrc index 80f9d2b..15eb91a 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -73,7 +73,8 @@ plugins=(git \ per-directory-history \ virtualenvwrapper \ wp-cli \ - nyan) + nyan \ + catimg) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh