Update clauncher
This commit is contained in:
parent
804db06c91
commit
2afac0813d
|
@ -7,7 +7,7 @@ cache="$cacheDir/launcher_opts"
|
||||||
historyFile="$cacheDir/launcher_opts_history"
|
historyFile="$cacheDir/launcher_opts_history"
|
||||||
|
|
||||||
if ! [ -f "$cache" ]; then
|
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
|
fi
|
||||||
|
|
||||||
gawk -v histfile=$historyFile '
|
gawk -v histfile=$historyFile '
|
||||||
|
|
Loading…
Reference in New Issue