hacks - feeling at home with bash
Submitted by Federico Pistono on Mon, 06/02/2008 - 20:40.
I longed for this for so many year but somehow never took the effort to research it. Turns out that bash autocompletion can be be made into something sane by adding the following to profile/bashrc:
# make bash autocomplete with up arrow bind '"\e[A":history-search-backward' bind '"\e[B":history-search-forward' # make tab cycle through commands instead of listing bind '"\t":menu-complete' # make cd try only directories complete -d cd
From drupal4hu.
Trackback URL for this post:
http://www.federicopistono.org/trackback/178
























Comments
Post new comment