mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-12-03 09:49:55 +00:00
Update dot_hooks
This commit is contained in:
parent
826b6a5fe8
commit
01e5ae652b
1 changed files with 6 additions and 0 deletions
|
@ -8,3 +8,9 @@ if [ $(command -v n) ]; then
|
|||
export N_PREFIX=$HOME/.n
|
||||
export PATH="$HOME/.n/bin:$PATH"
|
||||
fi
|
||||
|
||||
{{- if eq .machinetype "workstation" }}
|
||||
export GPG_TTY="$(tty)"
|
||||
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||
gpgconf --launch gpg-agent
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue