summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xtag-fish/config/fish/config.fish2
-rw-r--r--tag-zsh/config/zsh/zshenv7
2 files changed, 8 insertions, 1 deletions
diff --git a/tag-fish/config/fish/config.fish b/tag-fish/config/fish/config.fish
new file mode 100755
index 00000000..34cd22ec
--- /dev/null
+++ b/tag-fish/config/fish/config.fish
@@ -0,0 +1,2 @@
+set PATH $PATH /home/alan/bin
+setenv SSH_AUTH_SOCK $XDG_RUNTIME_DIR/ssh-agent.socket
diff --git a/tag-zsh/config/zsh/zshenv b/tag-zsh/config/zsh/zshenv
index d5ef76a1..3e8d1da8 100644
--- a/tag-zsh/config/zsh/zshenv
+++ b/tag-zsh/config/zsh/zshenv
@@ -3,4 +3,9 @@ then
 	. $ZDOTDIR/zshenv.local
 fi
 
-ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug}
\ No newline at end of file
+ZPLUG_HOME=${ZPLUG_HOME:-~/projects/zplug}
+
+if [[ -z $SSH_AUTH_SOCK ]]
+then
+	export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket
+fi