mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-20 08:10:44 +02:00
Add dog as cat with syntax highlighting to .zsh_aliases
This commit is contained in:
parent
f4cfe5fb5c
commit
2097dee645
@ -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>
|
# Show the lines that are in <file2> but NOT in <file1>
|
||||||
alias compare="grep -nFxvf" # Usage: compare <file1> <file2>
|
alias compare="grep -nFxvf" # Usage: compare <file1> <file2>
|
||||||
|
|
||||||
|
# "dog" is a colorful version of cat
|
||||||
|
alias dog="pygmentize -g"
|
||||||
|
|
||||||
####################################################################
|
####################################################################
|
||||||
# Git aliases
|
# Git aliases
|
||||||
####################################################################
|
####################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user