updated profile

This commit is contained in:
Nicole Tietz-Sokolskaya 2013-05-10 16:51:56 -04:00
parent a890e06370
commit 19c8e737d4
2 changed files with 5 additions and 0 deletions

View file

@ -85,3 +85,7 @@ alias ~='cd ~'
alias f="pushd" alias f="pushd"
alias b="popd" alias b="popd"
macos_magic_fix() {
killall Dock
}

1
vimrc
View file

@ -24,6 +24,7 @@ set scrolloff=2
" makes LaTeX use spell checking, word wrapping " makes LaTeX use spell checking, word wrapping
autocmd FileType tex set wrap spell autocmd FileType tex set wrap spell
autocmd FileType make set noexpandtab autocmd FileType make set noexpandtab
autocmd FileType *gitconfig set noexpandtab
set term=xterm set term=xterm