Added ssh-socket finding to .functions. This should fix tmux issues.
This commit is contained in:
parent
2cf2cd38b2
commit
fe34b1973b
@ -1,3 +1,5 @@
|
|||||||
|
source ~/ssh-find-agent/ssh-find-agent.bash
|
||||||
|
|
||||||
# Simple calculator
|
# Simple calculator
|
||||||
function calc() {
|
function calc() {
|
||||||
local result=""
|
local result=""
|
||||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -7,3 +7,6 @@
|
|||||||
[submodule "oh-my-zsh"]
|
[submodule "oh-my-zsh"]
|
||||||
path = oh-my-zsh
|
path = oh-my-zsh
|
||||||
url = git@github.com:IvanMalison/oh-my-zsh.git
|
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
1
ssh-find-agent
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ecb780effadc3e95e5e5b9997448294f784def96
|
Loading…
Reference in New Issue
Block a user