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