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:
parent
791bc813c9
commit
b8f832c9c0
1
.zshrc
1
.zshrc
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user