updated profile
This commit is contained in:
parent
a890e06370
commit
19c8e737d4
2 changed files with 5 additions and 0 deletions
4
profile
4
profile
|
@ -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
1
vimrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue