diff --git a/config.fish b/config.fish index 1ed428c..0db41dc 100644 --- a/config.fish +++ b/config.fish @@ -6,6 +6,10 @@ # * # *************************************************************************** +# load ssh-agent +eval (ssh-agent -c) + # go to my wsl home folder cd ~ +pwd