add alias shortman

This commit is contained in:
vincent 2018-09-17 21:07:08 +02:00
parent 56c6012110
commit e23d3e1f74

View File

@ -50,4 +50,6 @@ alias chaineTV='python ~/Documents/python/chainetv/chaineTV.py'
if [ -f `which bat` ]; then
alias cat='bat'
fi
if [ -f `which tldr` ]; then
alias shortman='tldr'
fi