From 41ef7a7b26ba5002ce0b60e2b639e4f1f206cecc Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 21 Dec 2023 15:37:16 +0100 Subject: [PATCH] mount Y in bg --- .config/fish/config_wsl.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config_wsl.fish b/.config/fish/config_wsl.fish index 5beca0b..b859c82 100644 --- a/.config/fish/config_wsl.fish +++ b/.config/fish/config_wsl.fish @@ -1,3 +1,3 @@ # NAS -sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 +sudo mount -t drvfs 'Y:' /mnt/y -o metadata,uid=1000,gid=1000 2>/dev/null &