From 5e126c3ae4da6689d9e215affe3d46098b6de492 Mon Sep 17 00:00:00 2001 From: michener Date: Sat, 2 Oct 2010 07:42:59 +0000 Subject: [PATCH] Minor fixes git-svn-id: http://photonzero.com/dotfiles/trunk@68 23f722f6-122a-0410-8cef-c75bd312dd78 --- .gitconfig | 3 +++ .vimrc | 8 ++++---- .zprofile | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index a83c912..8ebb84a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -17,3 +17,6 @@ interactive = auto status = auto branch = auto + +[core] + autocrlf = input diff --git a/.vimrc b/.vimrc index 9731ca1..52c96db 100644 --- a/.vimrc +++ b/.vimrc @@ -35,10 +35,10 @@ set t_Sf=ESC[3%dm set t_Sb=ESC[4%dm "set t_kb= " -if v:version >= 703 - set relativenumber - set colorcolumn=81 -endif +"if v:version >= 703 + "set relativenumber + "set colorcolumn=81 +"endif " Sources diff --git a/.zprofile b/.zprofile index 0e8046a..5b88f32 100644 --- a/.zprofile +++ b/.zprofile @@ -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 PATH=$HOME/bin:$MACPORTS_PATH:$PATH; export PATH export DISPLAY=:0.0 - set completion-ignore-case on + #set completion-ignore-case on ;; esac #PATH=$HOME/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin; export PATH