diff --git a/.config/fish/config_wsl.fish b/.config/fish/config_wsl.fish index 1c6c8d6..7248b13 100644 --- a/.config/fish/config_wsl.fish +++ b/.config/fish/config_wsl.fish @@ -1,6 +1,6 @@ # NAS -if timeout 0.2 ping -c1 192.168.1.200 > /dev/null +if timeout 0.4 ping -c1 192.168.1.200 > /dev/null set -l options metadata,uid=$(id -u),gid=$(id -g) sudo mount -t drvfs "Y:" /mnt/y -o $options 2> /dev/null & sudo mount -t drvfs "Z:" /mnt/z -o $options 2> /dev/null &