From 09c10edb2cdba8914a27620cdfd135ac41c1a8d3 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 24 Aug 2011 18:36:31 +0300 Subject: [PATCH] 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 :) --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 31295c13..9f2e4499 100644 --- a/bashrc +++ b/bashrc @@ -108,7 +108,7 @@ fi # Start of my additions. #Shopt settings. -shopt -s autocd +#shopt -s autocd # Sources everything. source ~/.bash_aliases