summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-29 07:22:16 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-04-29 07:22:16 +0100
commit8c3a7a642c18d188c93640e567424a6535452536 (patch)
treec92fd53b1d174f49dd513b8505902c896f8ac98e /.emacs.d/eshell
parentd90a03a831442a07f6e5547f500812b9e8f2ab34 (diff)
downloaddotfiles-8c3a7a642c18d188c93640e567424a6535452536.tar.gz
add pdd 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 62cc86e4..3016144c 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -18,6 +18,7 @@ alias afsid apt-file --filter-suites unstable $*
alias grepcopy grep -Eir '(copyright|©)' *
alias pdfwords pdftotext "$1" - | wc -w
alias dlp lp -o sides=two-sided-long-edge $*
+alias pdd dd bs=4M status=progress conv=fdatasync $*
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"