about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-02 09:44:17 -0600
committerCase Duckworth2022-01-02 09:44:17 -0600
commit42619dae3371e4749579ac5d1ef2f1ba9fad4725 (patch)
tree8e5f2342dcb4945aece6fbffed5824f7e67aef44
parentAdd vimrc (diff)
downloadetc-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.sh3
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
3eval $(ssh-agent -s)