Make keychain server-specific
This commit is contained in:
parent
52422dc730
commit
c2b3938038
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ fish_add_path -g /opt/homebrew/sbin
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .machine "server" }}
|
{{- if eq .machine "server" }}
|
||||||
# Server-specific: Helix runtime
|
# Server-specific: SSH key caching and Helix runtime
|
||||||
|
keychain --eval --quiet id_ed25519 | source
|
||||||
set -gx HELIX_RUNTIME /usr/local/lib/helix/runtime
|
set -gx HELIX_RUNTIME /usr/local/lib/helix/runtime
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue