Skip to content

Commit eda046e

Browse files
committed
does not seems to have an issue with tmux
1 parent 4493d6c commit eda046e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.zshrc

+14-14
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ _symfony_console () {
2727

2828
alias sfcc='$(_symfony_console) cache:clear'
2929

30-
update_auth_sock() {
31-
local socket_path="$(tmux show-environment | sed -n 's/^SSH_AUTH_SOCK=//p')"
32-
33-
if ! [[ "$socket_path" ]]; then
34-
echo 'no socket path' >&2
35-
return 1
36-
else
37-
export SSH_AUTH_SOCK="$socket_path"
38-
fi
39-
}
40-
41-
update_auth_sock
30+
# update_auth_sock() {
31+
# local socket_path="$(tmux show-environment | sed -n 's/^SSH_AUTH_SOCK=//p')"
32+
#
33+
# if ! [[ "$socket_path" ]]; then
34+
# echo 'no socket path' >&2
35+
# return 1
36+
# else
37+
# export SSH_AUTH_SOCK="$socket_path"
38+
# fi
39+
# }
40+
#
41+
# update_auth_sock
4242

4343
function git-branch-delete {
4444
if [ ! -d .git ]
@@ -118,9 +118,9 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox
118118
export REACT_EDITOR=vim
119119

120120
# zstyle :omz:plugins:ssh-agent lifetime 4h
121-
zstyle :omz:plugins:ssh-agent identities id_ed25519
121+
# zstyle :omz:plugins:ssh-agent identities id_ed25519
122122

123-
plugins=(ssh-agent symfony2 zsh-syntax-highlighting)
123+
plugins=(symfony2 zsh-syntax-highlighting)
124124
source $ZSH/oh-my-zsh.sh
125125

126126
# GPG key, copied from https://help.github.com/articles/telling-git-about-your-gpg-key/

0 commit comments

Comments
 (0)