From 9c7ee2f03570b63182a7a42d0723cd4f6b3ab477 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 5 Feb 2023 12:44:35 -0700 Subject: add deborphan-all shell alias --- .emacs.d/eshell/alias | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/eshell') diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias index 0f0e5a42..008e258e 100644 --- a/.emacs.d/eshell/alias +++ b/.emacs.d/eshell/alias @@ -18,6 +18,7 @@ alias dlp lp -o sides=two-sided-long-edge $* alias tail-dak { cd /ssh:ftp-master.debian.org:/srv/ftp-master.debian.org/log && tail -f current } alias tail-queued { cd /ssh:ssh.upload.debian.org:/srv/upload.debian.org/queued/run && tail -f log } alias package-plan-unpack ~/src/dotfiles/scripts/debian/package-plan-unpack "$1"; cd "/tmp/$1" +alias deborphan-all deborphan -ap4 --no-show-section | column -x # Commands for which we always want to use the external executable. alias date *date $* -- cgit v1.2.3