Shorten fish_sigtrap_handler description.

We can now get two columuns in the pager hitting <TAB> at 124 cols
This commit is contained in:
Aaron Gyes 2022-01-22 20:56:07 -08:00
parent cd47411bbb
commit ed0b6cdc9d

View file

@ -140,7 +140,7 @@ end
#
# Launch debugger on SIGTRAP
#
function fish_sigtrap_handler --on-signal TRAP --no-scope-shadowing --description "Signal handler for the TRAP signal. Launches a debug prompt."
function fish_sigtrap_handler --on-signal TRAP --no-scope-shadowing --description "TRAP signal handler: launches a debug prompt"
breakpoint
end