about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)