Disabled autocd by default to fix compatiblity with Mac OS X (Snow Leopard).

I have one Mac and when I tested this bashrc with it, it complained about unknown
shell option "autocd". Now I disabled it and this should work by default with it.

Mac's bash looks weird. I installed this and it looked normal again :)
This commit is contained in:
Mika Suomalainen 2011-08-24 18:36:31 +03:00
parent 8690631b7e
commit 09c10edb2c
1 changed files with 1 additions and 1 deletions

2
bashrc
View File

@ -108,7 +108,7 @@ fi
# Start of my additions.
#Shopt settings.
shopt -s autocd
#shopt -s autocd
# Sources everything.
source ~/.bash_aliases