Enforce that source code uses a small subset of Unicode

This commit is contained in:
Alex Dima
2021-11-03 23:34:09 +01:00
parent 3247c31f6a
commit a704a69394
33 changed files with 141 additions and 55 deletions

View File

@@ -48,7 +48,7 @@ function code() {
function code-wsl()
{
HOST_IP=$(echo "" | powershell.exe noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}")
HOST_IP=$(echo "" | powershell.exe -noprofile -Command "& {(Get-NetIPAddress | Where-Object {\$_.InterfaceAlias -like '*WSL*' -and \$_.AddressFamily -eq 'IPv4'}).IPAddress | Write-Host -NoNewline}")
export DISPLAY="$HOST_IP:0"
# in a wsl shell