From 2afac0813d3c03106c28f2c11c96b29fdab4611b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sun, 17 Mar 2024 11:29:54 +0100 Subject: [PATCH] Update clauncher --- clauncher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clauncher b/clauncher index ceaf173..6725add 100755 --- a/clauncher +++ b/clauncher @@ -7,7 +7,7 @@ cache="$cacheDir/launcher_opts" historyFile="$cacheDir/launcher_opts_history" if ! [ -f "$cache" ]; then - $configDir/capture.zsh 'open -a' | sed -e 's/.*-a//' -e "s/\\\//g" -e "s/\r//g" | grep -v -f $configDir/.open_ignore | (cat $configDir/.open_add; cat -) | sort -u > "$cache" + "$configDir"/capture.zsh 'open -a' | sed -e 's/.*-a//' -e "s/\\\//g" -e "s/\r//g" | grep -v -f "$configDir"/.open_ignore | (cat "$configDir"/.open_add; cat -) | sort -u > "$cache" fi gawk -v histfile=$historyFile '