diff --git a/shcrt b/shcrt index 9d517bd..435892c 100755 --- a/shcrt +++ b/shcrt @@ -26,7 +26,9 @@ function is_wsl { } if is_wsl; then - alias zenity=zenity.exe + function zenity { + zenity.exe "$@" | tr -d '\r' + } fi # Determine script location