From 5b2df26bb8b32c20eec6ac4c3e83aef3e430b526 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Fri, 5 Jul 2024 22:50:17 -0400 Subject: [PATCH] bash: remove legacy highlighters in favor of "bat" --- .aliases | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.aliases b/.aliases index c114a9f..b88b657 100644 --- a/.aliases +++ b/.aliases @@ -23,17 +23,4 @@ alias C="git commit --amend --no-edit" alias v="vi" - -# Syntax highlight the file, with the -# familiarity of "cat" -# -# "cat" with "ccat" -# sudo zypper i \ -# python3-pygmentize \ # For ccat -# highlight # For cats -alias ccat="pygmentize" -alias cats="highlight -O ansi" - -alias clock="tty-clock -c -s -t" - alias t="trans -shell"