about summary refs log tree commit diff stats
path: root/profile/ssh-agent.sh
diff options
context:
space:
mode:
Diffstat (limited to 'profile/ssh-agent.sh')
-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)