1
0
mirror of https://github.com/artizirk/dotfiles.git synced 2024-11-22 08:20:59 +02:00

Add cal alias

This commit is contained in:
Arti Zirk 2019-01-14 15:56:53 +02:00
parent 791bc813c9
commit b8f832c9c0

1
.zshrc
View File

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