Updated submodules

This commit is contained in:
pSox 2018-01-16 13:34:53 +00:00
parent f1e78bc73d
commit 112018c2df
3 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit f615a1b518f40d2e6e5a76e0e97198a746d46c76
Subproject commit 70a7a5cdee168b6cb9400cccbe48427906b6ca28

@ -1 +1 @@
Subproject commit df0f44858634c454fbbabc182fc5ffe43b8907b5
Subproject commit f064b17d25ed04f6d5ce7c996dadae51b5fc73bc

8
zshrc
View File

@ -1,6 +1,10 @@
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent identities id_ed25519 ~/.ssh/.*_autoload(N)
zstyle :omz:plugins:ssh-agent lifetime 36h
# remove duplicates
typeset -U PATH path
@ -191,8 +195,4 @@ fi
path+=( $GOPATH/bin ${GOROOT+${GOROOT}/bin} )
zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent identities id_ed25519
zstyle :omz:plugins:ssh-agent lifetime 36h
# vim: sw=2 ts=8 si relativenumber number