diff --git a/config-distros.sh b/config-distros.sh index 3fb308f..04f7ffb 100755 --- a/config-distros.sh +++ b/config-distros.sh @@ -3,7 +3,17 @@ contextmenu=false remove=false alldistros=true +config=true + +case "`basename $0`" in +wsl*) + config=false;; +esac + case "$1" in +-info) + config=false + shift;; -shortcuts-remove) remove=true shift;; @@ -154,7 +164,7 @@ do target='%LOCALAPPDATA%\wsltty\bin\mintty.exe' bridgeargs=" " - if $ok + if $ok && $config then export target minttyargs bridgeargs icon