Minor fixes

git-svn-id: http://photonzero.com/dotfiles/trunk@68 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
michener 2010-10-02 07:42:59 +00:00
parent e9fae67f31
commit 5e126c3ae4
3 changed files with 8 additions and 5 deletions

View file

@ -17,3 +17,6 @@
interactive = auto interactive = auto
status = auto status = auto
branch = auto branch = auto
[core]
autocrlf = input

8
.vimrc
View file

@ -35,10 +35,10 @@ set t_Sf=ESC[3%dm
set t_Sb=ESC[4%dm set t_Sb=ESC[4%dm
"set t_kb= "set t_kb=
" "
if v:version >= 703 "if v:version >= 703
set relativenumber "set relativenumber
set colorcolumn=81 "set colorcolumn=81
endif "endif
" Sources " Sources

View file

@ -16,7 +16,7 @@ Darwin)
MACPORTS_PATH=/opt/local/bin:/opt/local/sbin:/opt/local/usr/bin:/opt/local/usr/local/bin; export MACPORTS_PATH MACPORTS_PATH=/opt/local/bin:/opt/local/sbin:/opt/local/usr/bin:/opt/local/usr/local/bin; export MACPORTS_PATH
PATH=$HOME/bin:$MACPORTS_PATH:$PATH; export PATH PATH=$HOME/bin:$MACPORTS_PATH:$PATH; export PATH
export DISPLAY=:0.0 export DISPLAY=:0.0
set completion-ignore-case on #set completion-ignore-case on
;; ;;
esac esac
#PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH #PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH