From 788e400b4235a5331dd17f2ff26a779f961a06f5 Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 14 Dec 2023 13:00:32 +0100 Subject: [PATCH 1/2] alias: Remove ping alias --- .zshenv | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshenv b/.zshenv index fe51033..1c650bd 100644 --- a/.zshenv +++ b/.zshenv @@ -17,7 +17,6 @@ alias grep='grep --color=always -n' alias rg='rg_bat() {rg -n -p $@ | bat};rg_bat' alias diff='diff --color=always' alias mkdir='mkdir -p -v' -alias ping='ping -c 10' alias ls='ls --color=auto -h -l' alias df='df -h' alias em='emacsclient -t -a ""' From 9040054be84005d6edee6f75cc4f5a0bf908e39e Mon Sep 17 00:00:00 2001 From: finga Date: Thu, 14 Dec 2023 13:01:20 +0100 Subject: [PATCH 2/2] alias: cal: Weeks start with monday --- .zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshenv b/.zshenv index 1c650bd..5d1a0c7 100644 --- a/.zshenv +++ b/.zshenv @@ -29,7 +29,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' +alias cal='ncal -bM' # # Shortcuts