We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 664384d commit f80af3bCopy full SHA for f80af3b
.vscode/env.zsh
@@ -58,7 +58,7 @@ function safe_name() {
58
echo "Usage: safe_name <name>"
59
return 1
60
fi
61
- echo "$name" | tr '@$.- ' '_____' # replace . and - with _ to avoid env var issues
+ echo "$name" | tr '@$.- [](){}!#' '_' # replace . and - with _ to avoid env var issues
62
}
63
64
function update_host_to_env() {
0 commit comments