diff --git a/bin/launch b/bin/launch index a6681cf..a7a63f8 100755 --- a/bin/launch +++ b/bin/launch @@ -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"