From: Ben Beltran Date: Thu, 3 May 2018 15:01:54 +0000 (-0500) Subject: Commit powerline changes, add git signing config X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/0111fba856f086d9b94858328e1388d724c12826 Commit powerline changes, add git signing config --- diff --git a/gitconfig b/gitconfig index 957c18a..6f23238 100644 --- a/gitconfig +++ b/gitconfig @@ -1,9 +1,14 @@ [user] name = Ben Beltran email = ben@nsovocal.com + signingkey = C4F2921ED27B8DBA [core] editor = vim [color] diff = auto [push] default = simple +[commit] + gpgsign = true +[gpg] + program = gpg2 diff --git a/tmux.conf b/tmux.conf index 38a7da1..60cbfc9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -42,4 +42,4 @@ set-option -ga terminal-overrides ",xterm-256color:Tc" # Powerline run-shell "powerline-daemon -q" -source /Users/benbeltran/Library/Python/2.7/lib/python/site-packages/powerline/bindings/tmux/powerline.conf +source /usr/local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf \ No newline at end of file