improve theme shell

This commit is contained in:
LronDC 2022-07-06 16:13:22 +08:00
parent 11b1a03575
commit 7543082314

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