From e5888fb439bb8f55507068bc9dc0598c2f662117 Mon Sep 17 00:00:00 2001 From: Brieuc Dubois Date: Mon, 26 Feb 2024 11:25:32 +0100 Subject: [PATCH] ccat for colorized cat --- root/home/bhasher/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/root/home/bhasher/.zshrc b/root/home/bhasher/.zshrc index d93b8a1..17cb230 100644 --- a/root/home/bhasher/.zshrc +++ b/root/home/bhasher/.zshrc @@ -21,6 +21,7 @@ export EDITOR='vim' alias ip="ip -c" alias ls="ls -A --color" alias sl="sl -adew5F" +alias ccat="pygmentize -g" cat() { for arg in "$@"; do