mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-11-15 03:13:10 +00:00
10 lines
290 B
Cheetah
10 lines
290 B
Cheetah
if [ -f $HOME/.ion/bin/ion ]; then
|
|
export PATH="$HOME/.ion/bin/ion:$PATH"
|
|
export FPATH="$HOME/.ion/completions:$FPATH"
|
|
fi
|
|
|
|
{{- if eq .machinetype "workstation" }}
|
|
export GPG_TTY="$(tty)"
|
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
|
gpgconf --launch gpg-agent
|
|
{{- end }}
|