mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 12:20:07 +00:00
add ssh-agent to precommands
This commit is contained in:
parent
cf2b97e389
commit
b241f2ce25
1 changed files with 1 additions and 0 deletions
|
@ -5387,6 +5387,7 @@ typeset -grA __p9k_pb_precommand=(
|
||||||
'nice' '-[^n]#[n]|--adjustment'
|
'nice' '-[^n]#[n]|--adjustment'
|
||||||
'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)'
|
'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)'
|
||||||
'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)'
|
'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)'
|
||||||
|
'ssh-agent' '-[^aEPt]#[aEPt]'
|
||||||
)
|
)
|
||||||
|
|
||||||
typeset -grA __p9k_pb_redirect=(
|
typeset -grA __p9k_pb_redirect=(
|
||||||
|
|
Loading…
Reference in a new issue