From fe34b1973bc056c8b85400bcb4bf891537bf83a5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 25 Mar 2013 11:10:22 -0700 Subject: [PATCH] Added ssh-socket finding to .functions. This should fix tmux issues. --- .functions | 2 ++ .gitmodules | 3 +++ ssh-find-agent | 1 + 3 files changed, 6 insertions(+) create mode 160000 ssh-find-agent diff --git a/.functions b/.functions index db887fa5..eab7f664 100644 --- a/.functions +++ b/.functions @@ -1,3 +1,5 @@ +source ~/ssh-find-agent/ssh-find-agent.bash + # Simple calculator function calc() { local result="" diff --git a/.gitmodules b/.gitmodules index 8bf7eec8..f3a8ae32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "oh-my-zsh"] path = oh-my-zsh url = git@github.com:IvanMalison/oh-my-zsh.git +[submodule "ssh-find-agent"] + path = ssh-find-agent + url = git@github.com:wwalker/ssh-find-agent.git diff --git a/ssh-find-agent b/ssh-find-agent new file mode 160000 index 00000000..ecb780ef --- /dev/null +++ b/ssh-find-agent @@ -0,0 +1 @@ +Subproject commit ecb780effadc3e95e5e5b9997448294f784def96