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 How to use TortoiseSVN to get files that under a specific version(stackoverflow.com) Quick (and messy) svn merge branch to trunk(hattb.wordpress.com) Acunetix Web Vulnerability Scanner Parses Version Control Systems(acunetix.com) SocializeClick to share on Telegram (Opens in new window)Click to share on Google+ (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on WhatsApp (Opens in new window)MoreClick to share on Reddit (Opens in new window)Click to email this to a friend (Opens in new window)Click to print (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Twitter (Opens in new window)Like this:Like Loading... Related
You must log in to post a comment.