From 28cd683282f16b4306f47127149f7f2886db5b9c Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 22 Jan 2018 21:18:03 -0600 Subject: [PATCH] updated alias and corrected python package (#6520) --- plugins/colorize/colorize.plugin.zsh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/colorize/colorize.plugin.zsh b/plugins/colorize/colorize.plugin.zsh index 11b58e69..b97dffe4 100644 --- a/plugins/colorize/colorize.plugin.zsh +++ b/plugins/colorize/colorize.plugin.zsh @@ -3,11 +3,12 @@ # If no highlighting method supported for given extension then it tries # guess it by looking for file content. -alias colorize='colorize_via_pygmentize' +#easier alias to use plugin +alias ccat='colorize_via_pygmentize' colorize_via_pygmentize() { if [ ! -x "$(which pygmentize)" ]; then - echo "package \'pygmentize\' is not installed!" + echo "package \'Pygments\' is not installed!" return -1 fi