From 23aa4458a33809b3c3a7f3f612dd3fb7f9686901 Mon Sep 17 00:00:00 2001 From: Elijah Lynn Date: Tue, 13 Jul 2021 09:13:36 -0700 Subject: [PATCH] Use correct `ssh-agent` command in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 636902b..54258b8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Utility functions to start your ssh agent when using fish shell. You will only need to run `ssh-add` and type your password once, -after the running ssh_agent should do the work for you. +after that, running `ssh-agent` should do the work for you. ## Installation