summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-18 12:20:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-18 12:20:09 -0700
commit7d3bf9846b4e9c90d37822b7e35cd5eaf2b56f19 (patch)
tree9cf9db6973c80eb409d2b28c604b6fa6c9de3e32 /.bashrc
parente3f77f63354635b0e23fd171744c1bb96e62d411 (diff)
downloaddotfiles-7d3bf9846b4e9c90d37822b7e35cd5eaf2b56f19.tar.gz
linebreak
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index f351f93b..65bd2730 100644
--- a/.bashrc
+++ b/.bashrc
@@ -82,7 +82,8 @@ alias test-package-plan="cabal --no-require-sandbox update \
alias sbuild-prerelease="sbuild --dpkg-source-opts='-Zgzip -z1 --format=1.0 -sn'"
# this is useful for processing removal requests
command -v dak >/dev/null \
- || alias dak="perl -MString::ShellQuote -we'system qw(ssh -t ftp-master.debian.org dak), shell_quote @ARGV'"
+ || alias dak="perl -MString::ShellQuote \
+ -we'system qw(ssh -t ftp-master.debian.org dak), shell_quote @ARGV'"
# alias develacc='sudo machinectl shell spw@develacc \
# $(sudo enter-develacc /bin/sh -c "getent passwd spw | cut -d: -f7")'