confOS/.config/fish/config_wsl.fish

11 lines
278 B
Fish
Raw Normal View History

2023-11-06 00:27:31 +01:00
2022-03-30 19:29:58 +02:00
# NAS
2023-12-25 01:23:11 +01:00
if timeout 0.2 ping -c1 192.168.1.200 > /dev/null
2023-12-23 18:21:31 +01:00
sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null &
end
2023-12-25 01:23:11 +01:00
# Screen is lost on boot on my T1000 computer
if lscpu | grep "i7-10875H" > /dev/null
ln -sf /mnt/wslg/.X11-unix/X0 /tmp/.X11-unix/
end