aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh')
-rw-r--r--wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh4
1 files changed, 2 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 b692551..58f5cd9 100644
--- a/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
+++ b/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
@@ -7,9 +7,9 @@ WINHOME="/mnt/c/Users/$USER"
mkdir -p /tmp/xdg
-export BROWSER=wslview
-export EDITOR="code --wait"
export DISPLAY=$(grep -m 1 nameserver /etc/resolv.conf | awk '{print $2}'):0
+export VISUAL="code --wait"
+export BROWSER=wslview
export XDG_RUNTIME_DIR=/tmp/xdg
export SSH_AUTH_SOCK="$HOME/.ssh/agent.sock"
export GPG_AGENT_SOCK="$HOME/.gnupg/S.gpg-agent"