lazyzsh/wsl2.zsh
Steven Hobs a307729742 init
2025-03-27 15:55:35 +08:00

11 lines
283 B
Bash

# This zsh is for the wsl distro
alias open="/mnt/c/Windows/explorer.exe"
alias notepad="/mnt/c/Windows/notepad.exe"
export NET_GATE="$(/bin/ip r | head -n1 | cut -d' ' -f3)"
# WSLG
export DISPLAY="$NET_GATE:0.0"
export LIBGL_ALWAYS_INDIRECT=true
export LIBGL_ALWAYS_SOFTWARE=true