From 19c8e737d454b293f7c7ebf8fa9a69056c699c52 Mon Sep 17 00:00:00 2001 From: Nicole Tietz-Sokolskaya Date: Fri, 10 May 2013 16:51:56 -0400 Subject: [PATCH] updated profile --- profile | 4 ++++ vimrc | 1 + 2 files changed, 5 insertions(+) diff --git a/profile b/profile index 8b55b77..33f8a24 100644 --- a/profile +++ b/profile @@ -85,3 +85,7 @@ alias ~='cd ~' alias f="pushd" alias b="popd" +macos_magic_fix() { + killall Dock +} + diff --git a/vimrc b/vimrc index 3132f59..e2f0f7e 100644 --- a/vimrc +++ b/vimrc @@ -24,6 +24,7 @@ set scrolloff=2 " makes LaTeX use spell checking, word wrapping autocmd FileType tex set wrap spell autocmd FileType make set noexpandtab +autocmd FileType *gitconfig set noexpandtab set term=xterm