update fish config

This commit is contained in:
Bastian Gruber 2026-01-28 14:28:33 -04:00
parent 4e32fe4511
commit 6b0b10d1a2
Signed by: gruberb
GPG key ID: 426AF1CBA0530691

View file

@ -19,6 +19,8 @@ fish_add_path -g ~/.local/bin
# macOS-specific: Homebrew paths
fish_add_path -g /opt/homebrew/bin
fish_add_path -g /opt/homebrew/sbin
# SSH agent socket (systemd user service)
set -gx SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
{{- end }}
{{- if eq .machine "server" }}
@ -27,11 +29,6 @@ keychain --eval --quiet id_ed25519 | source
set -gx HELIX_RUNTIME /usr/local/lib/helix/runtime
{{- end }}
{{- if ne .machine "macbook" }}
# SSH agent socket (systemd user service)
set -gx SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
{{- end }}
# GPG TTY for signing
set -gx GPG_TTY (tty)