You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set -gx EDITOR nvim
|
|
|
|
if status is-interactive
|
|
direnv hook fish | source
|
|
end
|
|
|
|
if test -z "$(pgrep ssh-agent)"
|
|
eval (ssh-agent -c)
|
|
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
|
|
set -Ux SSH_AGENT_PID $SSH_AGENT_PID
|
|
set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK
|
|
end
|