File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ _symfony_console () {
27
27
28
28
alias sfcc=' $(_symfony_console) cache:clear'
29
29
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
42
42
43
43
function git-branch-delete {
44
44
if [ ! -d .git ]
@@ -118,9 +118,9 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox
118
118
export REACT_EDITOR=vim
119
119
120
120
# 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
122
122
123
- plugins=(ssh-agent symfony2 zsh-syntax-highlighting)
123
+ plugins=(symfony2 zsh-syntax-highlighting)
124
124
source $ZSH /oh-my-zsh.sh
125
125
126
126
# GPG key, copied from https://help.github.com/articles/telling-git-about-your-gpg-key/
You can’t perform that action at this time.
0 commit comments