diff --git a/.config/fish/config_wsl.fish b/.config/fish/config_wsl.fish index 8942888..52728a9 100644 --- a/.config/fish/config_wsl.fish +++ b/.config/fish/config_wsl.fish @@ -1,5 +1,5 @@ # NAS -if ping -c 1 192.168.1.200 +if ping -c1 192.168.1.200 &>/dev/null sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null & end