From 8a76a57af28f664d2b36eb39381ffdc35f8838ca Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Sat, 31 Jul 2021 18:03:58 +0800 Subject: [PATCH] feat: add x-open --- bin/x-open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x-open b/bin/x-open index 1cdf469..f71486c 100755 --- a/bin/x-open +++ b/bin/x-open @@ -1,6 +1,6 @@ #!/bin/sh case $(uname -r) in - *microsoft*) powershell.exe -noprofile start-process "$@";; + *microsoft*) powershell.exe -noprofile start-process "'$@'";; *) xdg-open "$@";; esac