mirror of
https://github.com/ChesterYue/ohmyzsh-theme-passion.git
synced 2026-07-21 20:11:03 +00:00
[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:
commit
0141b0889a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue