Update git config, fix fish config
This commit is contained in:
parent
9d4ab28c6d
commit
d9c398f5d6
2 changed files with 4 additions and 2 deletions
|
@ -3,3 +3,5 @@
|
|||
email = blizzardfinnegan@gmail.com
|
||||
[commit]
|
||||
gpgSign = true
|
||||
[core]
|
||||
editor = nvim
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
gpgconf --launch gpg-agent
|
||||
set -e SSH_AUTH_SOCK
|
||||
set -gx SSH_AUTH_SOCK $(gpgconf --list-dirs agent-ssh-socket)
|
||||
set -gx GPG_TTY $(tty)
|
||||
set -gx SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
|
||||
set -gx GPG_TTY (tty)
|
||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue