summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-04-25 08:36:32 -0700
committerSean Whitton <spwhitton@spwhitton.name>2019-04-25 08:36:32 -0700
commitc5788dca82c3254659ae3df9d76d2edc2b042595 (patch)
tree84535ea1ab3b8ef507db4153cdf7ed16a1a89a5e /.bashrc
parent1d12b37a7c018c83eaa741333fbbc596bf6562a9 (diff)
downloaddotfiles-c5788dca82c3254659ae3df9d76d2edc2b042595.tar.gz
two new shell aliases for use on ftp-master
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index c3195c48..063af259 100644
--- a/.bashrc
+++ b/.bashrc
@@ -59,6 +59,7 @@ 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)'"
# use with care, in order for this to actually provide a security advantage
alias update-debian-known-hosts="scp master.debian.org:/etc/ssh/ssh_known_hosts ~/src/dotfiles/.ssh/known_hosts_debian"
+alias grepcopy="grep --color=always -ir copyright * | less -R"
# alias develacc='sudo machinectl shell spw@develacc \
# $(sudo enter-develacc /bin/sh -c "getent passwd spw | cut -d: -f7")'
@@ -82,6 +83,10 @@ alias get-my-signers='gpg --keyserver pool.sks-keyservers.net --recv-keys $(gpg
alias spin-this-host-now='(cd /usr/local/propellor && sudo ./propellor)'
+# --- host-specific
+
+alias newlocks="cd /srv/ftp-master.debian.org/lock/new/ && ls -l"
+
# --- more powerful aliases built with shell functions
# run a package build and the full suite of checks that I can do