forked from colonelpanic/dotfiles
Added ssh-socket finding to .functions. This should fix tmux issues.
This commit is contained in:
@@ -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
Submodule ssh-find-agent added at ecb780effa
Reference in New Issue
Block a user