Compare commits

..

No commits in common. "b3734a861b963ce1eb63f9559eb450b494b5b3ce" and "d34e84c609db9e1c8f35f66a0cff30e5d2b15c63" have entirely different histories.

5 changed files with 2 additions and 5 deletions

View File

@ -22,5 +22,3 @@
commit = blue white
[pull]
rebase = false
[init]
defaultBranch = master

View File

@ -22,7 +22,7 @@ hi MatchParen ctermbg=yellow
hi Normal guifg=black guibg=white
hi PreProc term=underline ctermfg=Magenta ctermbg=0 guifg=Purple
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=19 gui=NONE guifg=Black guibg=Cyan
hi Special term=bold ctermfg=Yellow ctermbg=NONE guifg=Magenta
hi Special term=bold ctermfg=53 ctermbg=NONE guifg=Magenta
hi Statement term=bold ctermfg=105 gui=NONE guifg=Brown
hi Underlined term=underline cterm=underline ctermfg=163 gui=underline guifg=SlateBlue

1
.vimrc
View File

@ -31,7 +31,6 @@ if $BG == "light"
syntax on
elseif $BG == "dark"
set bg=dark
colorscheme hjp-dark
syntax on
endif

1
.zshrc
View File

@ -6,6 +6,7 @@ REPORTTIME=2
alias amke=make
alias a=alias
alias h=history
alias j=jobs
alias v=vi
alias lo=logout
alias md=mkdir

View File

@ -9,7 +9,6 @@ ALLSRC = \
.gitconfig \
.psqlrc \
.vim/colors/hjp.vim \
.vim/colors/hjp-dark.vim \
.vimrc \