'main': precommands += strace
This commit is contained in:
parent
f5d1be7ec2
commit
8d32609a7b
|
@ -73,6 +73,8 @@
|
|||
|
||||
- Recognize `env` as a precommand (e.g., `env FOO=bar ls`)
|
||||
|
||||
- Recognize `strace` as a precommand
|
||||
|
||||
# Changes in version 0.7.1
|
||||
|
||||
- Remove out-of-date information from the 0.7.0 changelog.
|
||||
|
|
|
@ -349,6 +349,7 @@ _zsh_highlight_highlighter_main_paint()
|
|||
'setsid' :wc
|
||||
'env' u:i
|
||||
'ionice' cn:t:pPu # util-linux 2.33.1-0.1
|
||||
'strace' IbeaosXPpEuOS:ACdffhikqrtttTvVxxyDc
|
||||
|
||||
# As of OpenSSH 8.1p1
|
||||
'ssh-agent' aEPt:csDd:k
|
||||
|
|
Loading…
Reference in New Issue
Block a user