From 77287c375ad36f5711fdda17b24ec1a24d6ec573 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 6 Jun 2016 15:52:00 +0200 Subject: [PATCH] Add alias for dpkg. --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index f671462..90f395e 100644 --- a/zshrc +++ b/zshrc @@ -105,6 +105,9 @@ else alias version='yum info &1|grep "Version"' fi +# Gestion de paquet +alias dlis='dpkg -l | grep ' + # Espace disque alias df='df -kTh' alias dus='du -ch|sort -h'