Add highlight to cat

This commit is contained in:
flyingscorpio@arch-desktop 2020-05-05 16:14:25 +02:00
parent ee1f083ad9
commit 8a37aef191

View file

@ -5,3 +5,5 @@ alias ll='ls -lh'
alias lla='ls -lArth'
alias la='ls -A'
alias l='ls -CF'
alias ccat='highlight --out-format=ansi' # Color cat with syntax highlighting