From f03cd3c4d006631208541b0f4c530106735fef28 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 5 Oct 2021 16:24:03 +0200 Subject: [PATCH] Remove wicd alias --- .zshenv | 1 - 1 file changed, 1 deletion(-) diff --git a/.zshenv b/.zshenv index 05b057b..e9fe927 100644 --- a/.zshenv +++ b/.zshenv @@ -23,7 +23,6 @@ alias ping='ping -c 10' alias ls='ls --color=auto -h -l' alias df='df -h' alias em='emacsclient -t -a ""' -alias wicd='wicd-curses' alias dmesg='dmesg -T' alias head='head -n 50' alias tail='tail -n 50'