From e83a92140cbea819b94a87a473c5a09520dbe51a Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Fri, 7 Jul 2023 01:12:36 -0400 Subject: [PATCH] put back DISPLAY env for copy pasta --- .config/fish/config-linux.fish | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/fish/config-linux.fish b/.config/fish/config-linux.fish index c9a5556..b6e7a02 100644 --- a/.config/fish/config-linux.fish +++ b/.config/fish/config-linux.fish @@ -1,6 +1,6 @@ #x-server -#set -g DISPLAY $(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 -# -#if test -x (command -v npiperelay.exe) -# source (dirname (status --current-file))/config-npiperelay.fish -#end +set -g DISPLAY $(cat /etc/resolv.conf | grep nameserver | awk '{print $2}'):0 + +if test -x (command -v npiperelay.exe) + source (dirname (status --current-file))/config-npiperelay.fish +end