Add highlight to cat
This commit is contained in:
parent
ee1f083ad9
commit
8a37aef191
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue