improvements and removed status texts
This commit is contained in:
@@ -123,7 +123,7 @@ fzf_reload_after_change() {
|
||||
sleep 1
|
||||
done
|
||||
# Show results
|
||||
column -t -s "$(printf '\t')" "$RESULTS" |
|
||||
column -t -s "$(printf '\t')" -E 0 "$RESULTS" |
|
||||
sed 's| \+\([0-9a-f-]\+\) \+\([0-9a-f-]\+\)$|\t\1\t\2|'
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user