Merge branch 'master' into wsr

This commit is contained in:
Peter J. Holzer 2020-03-27 10:46:14 +01:00 committed by Peter J. Holzer
commit fd023493d4
2 changed files with 6 additions and 1 deletions

5
.vimrc
View File

@ -42,3 +42,8 @@ autocmd FileType perl syntax on
autocmd FileType go set sw=8
autocmd FileType go set tw=79
autocmd FileType go set noexpandtab
autocmd BufRead,BufNewFile *.ts set filetype=javascript
autocmd FileType javascript set sw=2
autocmd FileType html set sw=2

2
.zshrc
View File

@ -28,7 +28,7 @@ then
alias ack=$ack
fi
alias darkbg='xtermcontrol --bg "#000" --fg "#FFF" --highlight="#00F"; export BG=dark'
alias lightbg='xtermcontrol --bg "#EEE" --fg "#000" --highlight="#0FF"; export BG=light'
alias lightbg='xtermcontrol --bg "#F0F0F0" --fg "#000" --highlight="#0FF"; export BG=light'
alias defaultbg='. ~/.zxtermcolors'
alias ag='ag --color-path "34;47"'