Add dog as cat with syntax highlighting to .zsh_aliases

This commit is contained in:
Donovan Glover 2017-11-21 17:41:09 -05:00
parent f4cfe5fb5c
commit 2097dee645
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -55,6 +55,9 @@ alias cmus="cmas" # Alias cmus to cmas for good measure
# Show the lines that are in <file2> but NOT in <file1>
alias compare="grep -nFxvf" # Usage: compare <file1> <file2>
# "dog" is a colorful version of cat
alias dog="pygmentize -g"
####################################################################
# Git aliases
####################################################################