From 75283087448ddf1d7aac77c828dde4b4c6de34ee Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Mon, 11 Nov 2024 09:57:24 +0000 Subject: [PATCH] Fix argument handling --- roles/home-gui/files/nvimw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-gui/files/nvimw b/roles/home-gui/files/nvimw index b688399..c240aa8 100755 --- a/roles/home-gui/files/nvimw +++ b/roles/home-gui/files/nvimw @@ -1,2 +1,2 @@ #!/bin/sh -/usr/bin/gnome-terminal -- /usr/bin/nvim $* +/usr/bin/gnome-terminal -- /usr/bin/nvim "$1"