commit 40db19ed2e64c7de963f67ba91e77d3d9916cbea
parent 2829e83b989021d79590adf15ce707c63bb71c64
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 14 Sep 2020 02:06:21 -0400
Remove cal alias
Cal alias not needed since ncal is actually cal by default on Artix
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.bashrc b/.bashrc
@@ -62,7 +62,6 @@ alias mbsync='mbsync -c "$XDG_CONFIG_HOME"/isync/mbsyncrc'
alias lpr='lpr -o fit-to-page -o two-sided-long-edge'
alias config='git --git-dir="$HOME"/docs/proj/dotfiles --work-tree="$HOME"'
alias units='units --history "$XDG_CACHE_HOME"/units_history'
-alias cal='ncal -bM3'
alias poweroff='yay -Syyu && doas poweroff'
alias reboot='yay -Syyu && doas reboot'