Set default tabs to 2 and make Python the exception to the rule
[dotfiles] / .profile
1 # Mac OSX sources .profile instead of .bashrc, so just source .bashrc
2 if [ -f ~/.bashrc ]; then
3     . ~/.bashrc
4 fi