From 112018c2dfe6083a739318c27d208f21975f858e Mon Sep 17 00:00:00 2001 From: pSox Date: Tue, 16 Jan 2018 13:34:53 +0000 Subject: [PATCH] Updated submodules --- zsh-custom/plugins/zsh-completions | 2 +- zsh-custom/plugins/zsh-syntax-highlighting | 2 +- zshrc | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zsh-custom/plugins/zsh-completions b/zsh-custom/plugins/zsh-completions index f615a1b..70a7a5c 160000 --- a/zsh-custom/plugins/zsh-completions +++ b/zsh-custom/plugins/zsh-completions @@ -1 +1 @@ -Subproject commit f615a1b518f40d2e6e5a76e0e97198a746d46c76 +Subproject commit 70a7a5cdee168b6cb9400cccbe48427906b6ca28 diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index df0f448..f064b17 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit df0f44858634c454fbbabc182fc5ffe43b8907b5 +Subproject commit f064b17d25ed04f6d5ce7c996dadae51b5fc73bc diff --git a/zshrc b/zshrc index 3f9e113..8045218 100755 --- a/zshrc +++ b/zshrc @@ -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