From d0dd59f8fe91fda100c0c4d58bebe7e74437750b Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Mon, 4 May 2020 16:56:49 -0400 Subject: [PATCH] Autocommitted updated scripts from mari-wovn --- .gitmodules | 3 +++ bash_aliases.sh | 1 + ssh-find-agent | 1 + 3 files changed, 5 insertions(+) create mode 160000 ssh-find-agent diff --git a/.gitmodules b/.gitmodules index 446a6e5..36fa0a9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "vim/bundle/vim-gfm-syntax"] path = vim/bundle/vim-gfm-syntax url = https://github.com/rhysd/vim-gfm-syntax.git +[submodule "ssh-find-agent"] + path = ssh-find-agent + url = https://github.com/wwalker/ssh-find-agent.git diff --git a/bash_aliases.sh b/bash_aliases.sh index 8ea4eff..6cdba82 100644 --- a/bash_aliases.sh +++ b/bash_aliases.sh @@ -113,3 +113,4 @@ function help () PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ ' . "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/bash_tmux.sh +. "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/ssh-find-agent/ssh-find-agent.sh diff --git a/ssh-find-agent b/ssh-find-agent new file mode 160000 index 0000000..d1e030b --- /dev/null +++ b/ssh-find-agent @@ -0,0 +1 @@ +Subproject commit d1e030b29984874ec6907818cc8a832fa384d461