From 93d7d84a41bba6816cb9af808a27eb3a7988b5b9 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Thu, 12 Nov 2015 02:20:56 +0100 Subject: [PATCH] =?UTF-8?q?`apt=20show`=20doesn't=20giff=20the=20package?= =?UTF-8?q?=20status=20=E2=80=A6=20instead=20of=20aptitude.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index baaab15..69222f5 100644 --- a/zshrc +++ b/zshrc @@ -92,7 +92,7 @@ if [ -d /etc/apt ]; then alias aupg='sudo apt upgrade' alias arem='sudo apt remove' alias asea='apt search' - alias asho='apt show' + alias asho='aptitude show' alias aver='apt-show-versions' alias awhy='aptitude why' alias insexperimental='sudo aptitude -t experimental install'