Updates for GPG
This commit is contained in:
parent
28b3162317
commit
23557cf409
2 changed files with 24 additions and 20 deletions
|
@ -1,6 +1,7 @@
|
|||
[user]
|
||||
name = Andrew Tomaka
|
||||
email = atomaka@gmail.com
|
||||
signingkey = 582BAC86
|
||||
[github]
|
||||
user = atomaka
|
||||
|
||||
|
|
3
zshrc
3
zshrc
|
@ -1,6 +1,9 @@
|
|||
[[ -d "$GNU_TOOLS_PATH" ]] && PATH="$GNU_TOOLS_PATH:$PATH"
|
||||
[[ -d "$GNU_TOOLS_MAN_PATH" ]] && MANPATH="$GNU_TOOLS_MAN_PATH:$MANPATH"
|
||||
|
||||
GPG_TTY=$(tty)
|
||||
export GPG_TTY
|
||||
|
||||
# clean up duplicate paths
|
||||
typeset -U PATH
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue