From 7a3aae6d0992d7efcd8528225fdca937c8fe8b0e Mon Sep 17 00:00:00 2001 From: maudin Date: Thu, 7 Mar 2019 14:45:47 +0100 Subject: [PATCH] fix typo --- hybris.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hybris.zsh b/hybris.zsh index d78ee20..ad6077e 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -13,7 +13,7 @@ unsetopt share_history keychain -q --agents ssh id_rsa id_dsa # Everyday aliases -c-cat( ) {for a in $@; do colorize_via_pygmentize $a; done} +c-cat() {for a in $@; do colorize_via_pygmentize $a; done} c-less() {for a in $@; do colorize_via_pygmentize $a | less; done} e() {emacsclient -n $@ > /dev/null 2>&1} health() {/usr/bin/screen -O -S health -c ~/.config/screen_health}