sethmason.com The internet resource for all things Seth Mason.

Posts tagged bash

Machine specific startup files in BASH

Here’s a helfpul tip if you use a couple of different machines and need specific things set up on a specific machine.

[Read full article]

Command Line Fun

If you use the command line in bash, you should check out the CDPATH environment variable. It’ll make your life tons easier.

[Read full article]

Cygwin And SSH Tip

Auto completion for ssh under cygwin was driving me nuts. It wasn’t parsing the ~/.ssh/known_hosts file like it should have and using those values to auto-complete.

[Read full article]

.bashrc Fun With Subversion

Do you use Subversion a lot from the command line in bash? Then this tip is for you.

[Read full article]