summaryrefslogtreecommitdiff
path: root/.emacs.d/eshell
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-04 16:07:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-04 16:07:35 -0700
commit9f83549117426170fe3f98bc3bc43b52022d21c2 (patch)
treec03e5ace838c153c2661c4ad9ce847eefd540c82 /.emacs.d/eshell
parent4fc37e152b9dfb632c3d6c3c7744889aa408ff12 (diff)
downloaddotfiles-9f83549117426170fe3f98bc3bc43b52022d21c2.tar.gz
allow passing more arguments to sbuild-prerelease
Diffstat (limited to '.emacs.d/eshell')
-rw-r--r--.emacs.d/eshell/alias2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/eshell/alias b/.emacs.d/eshell/alias
index 1ebbd53a..2891c273 100644
--- a/.emacs.d/eshell/alias
+++ b/.emacs.d/eshell/alias
@@ -1,7 +1,7 @@
alias grep-queued { cd /ssh:ssh.upload.debian.org: && *grep $* /srv/upload.debian.org/queued/run/log }
alias grep-dak { cd /ssh:ftp-master.debian.org: && *grep $* /srv/ftp-master.debian.org/log/current }
alias push-develacc-dotfiles-branch git push -f origin develacc/develacc-"${hostname}":develacc-"${hostname}"
-alias sbuild-prerelease sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn'
+alias sbuild-prerelease sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn' $*
alias d dired $1
alias e find-file $1
alias o find-file-other-window $1