summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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