From 4de32cb7ef4ebb46603decdb079ea5a9eb6e6e67 Mon Sep 17 00:00:00 2001 From: Adrian Kummerländer Date: Sun, 16 Mar 2014 17:36:26 +0100 Subject: Added ccat _colored cat_ alias * highlights the given file using pygmentize --- fish/.config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) (limited to 'fish') diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 9e6d442..bef5025 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -2,6 +2,7 @@ umask 0077 set EDITOR vim set PATH ~/.local/bin $PATH +alias ccat='pygmentize -f console256 -g' if status --is-login if test -z "$DISPLAY" -a $XDG_VTNR = 1 -- cgit v1.2.3