Skip to content

Commit e82e2d0

Browse files
committed
main: precommand_options += ktrace
1 parent 0b5b3dc commit e82e2d0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ Whilst under development, the new implementation was known as the
7979
- Recognize `cpulimit` as a precommand
8080
[#897]
8181

82+
- Recognize `ktrace` as a precommand
83+
84+
8285
# Changes in 0.8.0-alpha1-pre-redrawhook
8386

8487
## Notice about an improbable-but-not-impossible forward incompatibility

highlighters/main/main-highlighter.zsh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ _zsh_highlight_highlighter_main_paint()
372372
'ifne' :n # moreutils 0.62-1
373373
'grc' :se # grc - a "generic colouriser" (that's their spelling, not mine)
374374
'cpulimit' elp:ivz # cpulimit 0.2
375+
'ktrace' fgpt:aBCcdiT
375376
)
376377
# Commands that would need to skip one positional argument:
377378
# flock

0 commit comments

Comments
 (0)