From 920ce00e3d94a1d7e193a2021dc0151dca88003f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 30 Sep 2018 20:08:01 -0400 Subject: [PATCH] ccat fix --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2f6ae45..a7a47a6 100644 --- a/.bashrc +++ b/.bashrc @@ -37,7 +37,7 @@ alias pi="bash ~/.larbs/wizard/wizard.sh" # Adding color alias ls='ls -hN --color=auto --group-directories-first' alias crep="grep --color=always" # Color grep - highlight desired sequence. -alias ccat="highlight --out-format=xterm256" #Color cat - print file with syntax highlighting. +alias ccat="highlight --out-format=ansi" #Color cat - print file with syntax highlighting. # Internet alias yt="youtube-dl --add-metadata -ic" # Download video link