Add `-b' to 'cal' alias

Added `-b' to 'cal' alias to have traditional cal output and to get back
the ability to print a whole year with -y.
This commit is contained in:
c47 2024-02-03 09:43:04 +01:00
parent d93b41848d
commit da20795969

View file

@ -12,4 +12,4 @@ alias RR='rem -b1 -mclc+6 -iprivate=1'
alias r='rem -b1 -mclc+4'
alias rr='rem -b1 -mclc+4 -iprivate=1'
alias rrm='rem -b1 -imoon=1'
alias ncal='ncal -M'
alias cal='ncal -bM'