Skip to content

Commit

Permalink
Complete with dashes. See hanslub42/rlwrap#15
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Farrell committed Jul 13, 2014
1 parent a8d8ca0 commit 8b09d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Expand Up @@ -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

Expand Down

0 comments on commit 8b09d38

Please sign in to comment.