Remove blank lines from launcher
This commit is contained in:
parent
111c824354
commit
506b0f6c89
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ app="$(
|
||||||
sort | uniq -c | sort -nr | \
|
sort | uniq -c | sort -nr | \
|
||||||
sd -fm '^\s+' '' | \
|
sd -fm '^\s+' '' | \
|
||||||
cut -d' ' -f2- | \
|
cut -d' ' -f2- | \
|
||||||
|
grep "\S" | \
|
||||||
fzf
|
fzf
|
||||||
)"
|
)"
|
||||||
echo "$app $(date +%s)" >> "$LAUNCHER_HISTORY_FILE"
|
echo "$app $(date +%s)" >> "$LAUNCHER_HISTORY_FILE"
|
||||||
|
|
Reference in a new issue