From e4a657c4383888370357c93f2923c6085e4d2c02 Mon Sep 17 00:00:00 2001 From: finga Date: Fri, 14 Jul 2023 12:42:10 +0200 Subject: [PATCH] alias: Add a cal alias to bring back old behavior As the `cal` binary changed it's behavior so that it does not highlight the current day anymore, use `ncal -b` as a replacement. --- .zshenv | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshenv b/.zshenv index 10a2c46..fe51033 100644 --- a/.zshenv +++ b/.zshenv @@ -30,6 +30,7 @@ alias gwc='git ls-files | xargs cat | wc' alias c2pdf='enscript -r -2 --highlight=c --line-numbers -o - $(git ls-files | grep -v .png | grep -v .xcf | grep -v .map) | ps2pdf -' alias feh='feh -FZ' alias white='i3lock' +alias cal='ncal -b' # # Shortcuts