Switching back to zsh.

This commit is contained in:
2018-12-05 23:26:44 -05:00
parent e9ff356068
commit 85134e5f4d
7 changed files with 6 additions and 66 deletions

1
vimrc
View File

@@ -100,7 +100,6 @@ cnoremap w!! %!sudo tee > /dev/null %
autocmd BufRead,BufNewFile *.fdoc set filetype=yaml
" md is markdown
autocmd BufRead,BufNewFile *.md set filetype=markdown
autocmd BufRead,BufNewFile *.md set spell
autocmd FileType javascript setlocal expandtab shiftwidth=2 softtabstop=2
autocmd FileType html setlocal expandtab shiftwidth=2 softtabstop=2
autocmd FileType css setlocal expandtab shiftwidth=2 softtabstop=2