aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config_example.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config_example.toml b/config_example.toml
index 7bcf626..3bb6cee 100644
--- a/config_example.toml
+++ b/config_example.toml
@@ -1,6 +1,7 @@
host_ip = "192.168.1.1"
extra_ssh_args = ["-C"]
-#extra_wsl_args = []
+# Arguments need to be separated by a comma, see the example below
+extra_wsl_args = ["--cd", "~"]
[[distribution]]
name = "Ubuntu"