update fish config
This commit is contained in:
parent
4e32fe4511
commit
6b0b10d1a2
1 changed files with 2 additions and 5 deletions
|
|
@ -19,6 +19,8 @@ fish_add_path -g ~/.local/bin
|
||||||
# macOS-specific: Homebrew paths
|
# macOS-specific: Homebrew paths
|
||||||
fish_add_path -g /opt/homebrew/bin
|
fish_add_path -g /opt/homebrew/bin
|
||||||
fish_add_path -g /opt/homebrew/sbin
|
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 }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .machine "server" }}
|
{{- if eq .machine "server" }}
|
||||||
|
|
@ -27,11 +29,6 @@ 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 }}
|
||||||
|
|
||||||
{{- 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
|
# GPG TTY for signing
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue