Ignore CVS and svn directories in bash autocompletion.

2012-07-07 1 min read bash Linux

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'
Enhanced by Zemanta
comments powered by Disqus