diff options
author | Case Duckworth | 2022-01-02 09:44:17 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-02 09:44:17 -0600 |
commit | 42619dae3371e4749579ac5d1ef2f1ba9fad4725 (patch) | |
tree | 8e5f2342dcb4945aece6fbffed5824f7e67aef44 | |
parent | Add vimrc (diff) | |
download | etc-42619dae3371e4749579ac5d1ef2f1ba9fad4725.tar.gz etc-42619dae3371e4749579ac5d1ef2f1ba9fad4725.zip |
Add ssh-agent.sh
I cannot believe I didn't have this before.
-rw-r--r-- | profile/ssh-agent.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profile/ssh-agent.sh b/profile/ssh-agent.sh new file mode 100644 index 0000000..54d5cf5 --- /dev/null +++ b/profile/ssh-agent.sh | |||
@@ -0,0 +1,3 @@ | |||
1 | # start the ssh-agent | ||
2 | |||
3 | eval $(ssh-agent -s) | ||