From 87ea61238e7e868ac96ea52be1b477ed14968db9 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 9 Jun 2016 11:07:12 +0300
Subject: [PATCH] - Show suggested packages in deborphan, also useful for
 restoring since suggested packages are not installed by default.

---
 .bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.bashrc b/.bashrc
index 1fa168d..b03c852 100644
--- a/.bashrc
+++ b/.bashrc
@@ -50,7 +50,7 @@ alias la='ls -A'
 alias l='ls -CF'
 alias gcc='gcc --std=c99 -Wall'
 alias dpkglog="grep -v 'status\|trigproc\|configure' /var/log/dpkg.log"
-alias deborphan='deborphan -a --no-show-section'
+alias deborphan='deborphan -a --no-show-section --ignore-suggests'
 alias aptitude='aptitude --display-format %p --quiet'
 alias obsolete='aptitude search ?obsolete'
 alias missing-recommends="aptitude search '~RBrecommends:~i'"
-- 
GitLab