add alias bat

This commit is contained in:
vincent 2019-04-13 16:54:41 +02:00
parent 6ab5e4d40a
commit 9a221023e2

View File

@ -56,6 +56,7 @@ alias chaineTV='python ~/Documents/python/chainetv/chaineTV.py'
#CLI Improved
if [ -f `which bat` ]; then
alias cat='bat'
alis catp='bat --style=plain'
fi
if [ -f `which tldr` ]; then
alias shortman='tldr'