summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-06-26 17:24:09 +0100
committerSean Whitton <spwhitton@spwhitton.name>2018-06-26 17:24:09 +0100
commitc5d4a0a5eda7f22a5dda6b17f10244e001136372 (patch)
tree02597f71ba5e844cd3c619f56145aeffb9156e85 /.bashrc
parentcc9121addbacf87f137d5192d6a82805b5e151d0 (diff)
downloaddotfiles-c5d4a0a5eda7f22a5dda6b17f10244e001136372.tar.gz
dinstall shell alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e0b84940..8c20e25d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -55,6 +55,7 @@ alias dak-rdeps="ssh mirror.ftp-master.debian.org dak rm -Rn"
alias madison="ssh mirror.ftp-master.debian.org dak ls"
alias b="bts --mbox show"
alias afsid="apt-file --filter-suites unstable"
+alias dinstall="curl https://ftp-master.debian.org/dinstall.status;echo -n 'Right now: ';date -u '+%a %b %d %T %Z %Y (%s)'"
alias develacc='sudo machinectl shell spw@develacc \
$(sudo enter-develacc /bin/sh -c "getent passwd spw | cut -d: -f7")'