Add cal alias

This commit is contained in:
Arti Zirk 2019-01-14 15:56:53 +02:00
parent 791bc813c9
commit b8f832c9c0
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -29,6 +29,7 @@ alias ipy="ipython"
alias htop="htop -d 10"
alias ip="ip -c"
alias cp="cp --reflink=auto"
alias cal="cal -w3"
alias gitg="LANG=en_US.UTF-8 gitg"
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'