summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-29 11:18:09 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-29 11:18:09 -0700
commit636c608c84a066e8d03564fd4a3d80927a5cee45 (patch)
tree4e3e854b885b57f16c5c5666b6571722975c4f05 /.bashrc
parent958ae0c335856cab2ca8b21049cb1359521a7a15 (diff)
downloaddotfiles-636c608c84a066e8d03564fd4a3d80927a5cee45.tar.gz
pass -b to 'dak process-new'
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 0e1eea79..7f962b89 100644
--- a/.bashrc
+++ b/.bashrc
@@ -294,7 +294,7 @@ if [ -d "/srv/ftp-master.debian.org" ]; then
if [[ $1 ]]; then
VISUAL=emacsclient dak process-new "$1"*changes
else
- VISUAL=emacsclient dak process-new
+ VISUAL=emacsclient dak process-new -b
fi
}
fi