diff options
Diffstat (limited to 'fish2024')
-rw-r--r-- | fish2024/config.fish | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 3abb50e..e6ecadc 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -7,10 +7,10 @@ if status is-interactive end # https://gist.github.com/josh-padnick/c90183be3d0e1feb89afd7573505cab3 -if test -z (pgrep ssh-agent) - eval (ssh-agent -c) > /dev/null - set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK - set -Ux SSH_AGENT_PID $SSH_AGENT_PID -end +#jif test -z (pgrep ssh-agent) +#j eval (ssh-agent -c) > /dev/null +#j set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK +#j set -Ux SSH_AGENT_PID $SSH_AGENT_PID +#jend . ~/perl5/perlbrew/etc/perlbrew.fish |