summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2023-02-05 12:44:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2023-02-05 12:44:47 -0700
commit9c7ee2f03570b63182a7a42d0723cd4f6b3ab477 (patch)
tree044f495cd876e606fba02c2d39f2461c0dc5e912 /.emacs.d/eshell
parent4ec952ce2429925cf00f9012edbb39fd3f7b3212 (diff)
downloaddotfiles-9c7ee2f03570b63182a7a42d0723cd4f6b3ab477.tar.gz
add deborphan-all shell alias
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias1
1 files changed, 1 insertions, 0 deletions
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 $*