[F] remove redundant line number. Merge pull request #11 from LronDC/master

[F] remove redundant line number. Merge pull request #11 from LronDC/master
This commit is contained in:
ChesterYue 2023-03-04 21:11:51 +08:00 committed by GitHub
commit 0141b0889a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ output_command_execute_after() {
fi fi
# cmd # cmd
local cmd="${$(fc -l | tail -1)#* }"; local cmd="${$(fc -ln | tail -1)#* }";
local color_cmd=""; local color_cmd="";
if $1; if $1;
then then