From e3c6bee5668b98012f24b2f8c1e06960998aa2e0 Mon Sep 17 00:00:00 2001 From: Konano Date: Mon, 27 Nov 2023 16:44:46 +0800 Subject: [PATCH] Add WSL Xming support --- files/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/.zshrc b/files/.zshrc index 0a9fcd2..5a92e69 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -179,4 +179,7 @@ command_exists trash-put && alias rm='trash-put' # export NVM_NODEJS_ORG_MIRROR=https://npmmirror.com/mirrors/node # export NVM_IOJS_ORG_MIRROR=https://npmmirror.com/mirrors/iojs +# WSL Xming +# export DISPLAY=:0; + alias lazy='~/.lazy/run.sh'