Browse Source

'main': precommands += ssh-agent

pull/672/head
Daniel Shahaf 4 years ago
committed by Daniel Shahaf
parent
commit
86fe054005
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      highlighters/main/main-highlighter.zsh

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

@ -321,6 +321,8 @@ _zsh_highlight_highlighter_main_paint()
'catchsegv' '' 'catchsegv' ''
'nohup' '' 'nohup' ''
'setsid' :wc 'setsid' :wc
# As of OpenSSH 8.1p1; -k is deliberately left out since it may not be followed by a command
'ssh-agent' aEPt:csDd
) )
if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then if [[ $zsyh_user_options[ignorebraces] == on || ${zsyh_user_options[ignoreclosebraces]:-off} == on ]]; then

Loading…
Cancel
Save