From 8b09d389e7bb2cb4c066f19461bc336c82134556 Mon Sep 17 00:00:00 2001 From: Gabriel Farrell Date: Sun, 13 Jul 2014 03:24:55 -0400 Subject: [PATCH] Complete with dashes. See hanslub42/rlwrap#15 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 9d5a015..e3ea987 100644 --- a/.bashrc +++ b/.bashrc @@ -73,7 +73,7 @@ alias gentags='find . -name "*.php" | ctags -L -' # https://github.com/wyrfel/Symfony-Bash-Completion-Script [ -f "$HOME/.bash_completion.d/symfony" ] && . "$HOME/.bash_completion.d/symfony" -ED='rlwrap -c -e "" ed' +ED='rlwrap -b "" -e "" -c ed' alias e=$ED export EDITOR=$ED