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 '