Browse Source

'main': precommands += strace

pull/727/head
Daniel Shahaf 4 years ago
parent
commit
8d32609a7b
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      changelog.md
  2. +1
    -0
      highlighters/main/main-highlighter.zsh

+ 2
- 0
changelog.md View File

@ -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.

+ 1
- 0
highlighters/main/main-highlighter.zsh View File

@ -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…
Cancel
Save