Ignore CVS and svn directories in bash autocompletion.
CVS and SVN directories are something that really cause lot of un-necessary nuisance. So, simple solution just ignore them π
export FIGNORE=CVS:~:.o:.svn bind 'set match-hidden-files off'
Related articles
Related Articles:
- 2010/06/25 find duplicate entry in a list in bash with sed
- 2010/06/06 colors in bash – script to display all the possible colors.
- 2010/06/03 Modifying the
bashrc or bash startup files. - 2010/03/04 Bash histoy β common history in different terminals
- 2010/01/09 change the terminal title dynamically in X11
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.