From 4a75aed57d08f8067a846dd100eb964a91335c1f Mon Sep 17 00:00:00 2001 From: nvrl Date: Sun, 19 Nov 2023 10:21:11 +0000 Subject: [PATCH] Delete Tutorium/tut05/wsl.conf --- Tutorium/tut05/wsl.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Tutorium/tut05/wsl.conf diff --git a/Tutorium/tut05/wsl.conf b/Tutorium/tut05/wsl.conf deleted file mode 100644 index d51c736..0000000 --- a/Tutorium/tut05/wsl.conf +++ /dev/null @@ -1,20 +0,0 @@ -[automount] -enabled = true -options = "metadata,uid=1000,gid=1000,umask=0022,fmask=11,case=off" -mountFsTab = false -crossDistro = true - -[filesystem] -umask = 0022 - -[network] -generateHosts = true -generateResolvConf = true - -[interop] -enabled = true - -# The following line appends the windows %Path% at the end of the linux -# ubuntu $PATH thus allowing executing windows exeutables like VSCode (code.exe) -# from the Ubuntu terminal -appendWindowsPath = true