home/zsh: Drop ncal alias

This commit is contained in:
fleaz 2024-07-18 23:26:27 +02:00
parent 004b723cd4
commit bf613c29b1
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -18,7 +18,6 @@
"buzzer" = "ssh -i Nextcloud/Privat/id_door door@door.cccda.de buzzer";
"beep" = "paplay /usr/share/sounds/freedesktop/stereo/complete.oga"; # play "ding" for long running jobs
"dig" = "dig +short";
"cal" = "ncal -b";
};
initExtra = ''
autoload -U colors && colors