put back DISPLAY env for copy pasta

This commit is contained in:
juancwu 2023-07-07 01:12:36 -04:00 committed by Jc
commit e83a92140c

View file

@ -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