Added ssh-socket finding to .functions. This should fix tmux issues.

This commit is contained in:
Ivan Malison 2013-03-25 11:10:22 -07:00
parent 2cf2cd38b2
commit fe34b1973b
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
source ~/ssh-find-agent/ssh-find-agent.bash
# Simple calculator
function calc() {
local result=""

3
.gitmodules vendored
View File

@ -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

1
ssh-find-agent Submodule

@ -0,0 +1 @@
Subproject commit ecb780effadc3e95e5e5b9997448294f784def96