summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-06-07 12:46:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-06-10 13:24:34 -0500
commita7da00e0b74b795bfb797883753b25c1ff116aa5 (patch)
treeee5b5973694148757f1d5b010d6f5e34625e8504 /.emacs.d/eshell
parent4002eb227c7cccff9fd7af45cc05ec7a0c63addc (diff)
downloaddotfiles-a7da00e0b74b795bfb797883753b25c1ff116aa5.tar.gz
replace eshell/package-plan-unpack with something synchronous
Also fix attempting to readlink(1) a non-symlink.
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 2891c273..c5b3f3d4 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -16,3 +16,4 @@ alias grepcopy grep -Eir '(copyright|©)' *
alias pdfwords pdftotext "$1" - | wc -w
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"