From 42ebf60e8089d1d576521c065d86a7f5efcf74ec Mon Sep 17 00:00:00 2001 From: maudin Date: Wed, 25 Apr 2018 15:32:37 +0200 Subject: [PATCH] typo --- hybris.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hybris.zsh b/hybris.zsh index df465d5..46f7a41 100644 --- a/hybris.zsh +++ b/hybris.zsh @@ -8,8 +8,8 @@ unsetopt share_history keychain -q --agents ssh id_rsa id_dsa # Everyday aliases -ccat() {for a in $@; do colorize_via_pygmentize $a; done} -cless() {for a in $@; do colorize_via_pygmentize $a | less; 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} j() {if [ $# -eq 0 ]; then marks; else jump $@; fi}