mirror of
https://github.com/MillironX/dotfiles.git
synced 2024-12-22 00:58:17 +00:00
Update dot_hooks
This commit is contained in:
parent
01e5ae652b
commit
66d3a5c390
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,11 @@ if [ $(command -v n) ]; then
|
|||
export PATH="$HOME/.n/bin:$PATH"
|
||||
fi
|
||||
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue