Add hlcat bash alias

This commit is contained in:
Talia 2020-05-06 17:00:09 +02:00
parent 9dff1f802c
commit b5b51f4ca7
1 changed files with 1 additions and 0 deletions

1
bashrc
View File

@ -22,6 +22,7 @@ alias ta='tmux a -t'
alias co='checkout'
alias qed='[ $RANDOM -ge $((32767 / 100 * 10)) ] && echo Quod Erat Demonstrandum || echo Quo Errat Demonstrator'
alias u='unicode'
alias hlcat='highlight -O xterm256'
stty -ixon