Skip to content

Commit

Permalink
Update vim and gitconfig.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Apr 15, 2020
1 parent 96577cf commit 2df5db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[user]
name = Paul Miller
email = paul@paulmillr.com
signingkey = 61280CD9A383C2E5
signingkey = 46BEEF337A641ABB

[github]
user = paulmillr
Expand Down
2 changes: 1 addition & 1 deletion vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set nocompatible
" Enable syntax highlighting
syntax on
" colorscheme mycontrast
colorscheme monokai_pro
colorscheme monokaipro

" Attempt to determine the type of a file based on its name and possibly its
" contents. Use this to allow intelligent auto-indenting for each filetype,
Expand Down

0 comments on commit 2df5db8

Please sign in to comment.