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