Update clauncher

This commit is contained in:
Santiago Lo Coco 2024-03-17 11:29:54 +01:00
parent 804db06c91
commit 2afac0813d
1 changed files with 1 additions and 1 deletions

View File

@ -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 '