mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-14 00:50:08 +00:00
Adding SIG
to signal name, removing -
sign.
This commit is contained in:
parent
2a7f3966c2
commit
ad74199822
1 changed files with 1 additions and 1 deletions
|
@ -1146,7 +1146,7 @@ exit_code_or_status() {
|
|||
else
|
||||
local sig=$(( ec - 128 ))
|
||||
local idx=$(( sig + 1 ))
|
||||
echo "${signals[$idx]}(-${sig})"
|
||||
echo "SIG${signals[$idx]}(${sig})"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue