From 12616564c6c388fd1f5e84fcd2e65b023a23c981 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 7 May 2022 16:51:46 -0700 Subject: [PATCH] removed which alias, too many other useful flags to alias --- aliases | 1 - 1 file changed, 1 deletion(-) diff --git a/aliases b/aliases index 6191c7f5..cd920511 100644 --- a/aliases +++ b/aliases @@ -5,7 +5,6 @@ alias grep='grep --colour=auto' alias egrep='egrep --colour=auto' alias fgrep='fgrep --colour=auto' alias cp="cp -i" -alias which="which -a" alias df='df -h' alias free='free -m' alias dmesg="doas dmesg -H"