Compare commits

..

No commits in common. "be6145e317ea3ffd0a8e16b55f2eb05f3394d2c7" and "7029cb79ad3f352935f9320870432200dca9ad47" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -19,7 +19,7 @@
[user]
email = __[email]__
name = __[name]__
signingkey = __[signing_key]__
signingKey = __[signing_key]__
[url "git@github.com:"]
insteadOf = https://github.com
[core]
@ -30,5 +30,3 @@
autosquash = true
[diff]
colorMoved = zebra
[commit]
gpgSign = true

1
zshenv
View File

@ -1,5 +1,4 @@
export EDITOR="nvim"
export GPG_TTY=$(tty)
fpath+=(~/.zsh/completions)