aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-08-23 13:44:58 -0500
committerToby Vincent <tobyv13@gmail.com>2022-08-23 13:44:58 -0500
commit9309c2e3842fe1dd0b26566674ff0dc8ab7420a1 (patch)
tree440c5d4199e983edb019c6ca774c75b878c353a2 /wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
parent0f1cc96cc3e8006184ba4b965ce2bb7060a97dc7 (diff)
fix(zsh): fix type in output redirection
Diffstat (limited to 'wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh')
-rw-r--r--wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh2
1 files changed, 0 insertions, 2 deletions
diff --git a/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh b/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
index 247ef3c..69a3441 100644
--- a/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
+++ b/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
@@ -12,8 +12,6 @@ mkdir -p /tmp/xdg
export DISPLAY="$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}')":0
export BROWSER=wslview
export XDG_RUNTIME_DIR=/tmp/xdg
-# export GPG_AGENT_SOCK="$HOME/.gnupg/S.gpg-agent"
-# export SSH_AUTH_SOCK="$HOME/.ssh/agent.sock"
export GPG_TTY="$(tty)"
alias wsl=wsl.exe