summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshenv19
1 files changed, 0 insertions, 19 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv
index b346c75..6b58186 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -31,25 +31,6 @@ then
       ;;
   esac
 
-  if [[ $os == "linux" ]]
-  then
-    read osrelease < /proc/sys/kernel/osrelease
-    if [[ $osrelease =~ Microsoft$ ]]
-    then
-      export windows=1
-      umask 002
-    fi
-  fi
-
-  if [[ $os != "darwin" ]]
-  then
-    unset SSH_AGENT_PID
-    if [[ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ && -n $commands[gpgconf] ]]
-    then
-      export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
-    fi
-  fi
-
   case $MACHTYPE in
     *64)
       arch=amd64