mirror of
https://github.com/romkatv/powerlevel10k
synced 2024-12-11 16:45:36 +00:00
add precommand specs
This commit is contained in:
parent
251ec93396
commit
9a6eb616d9
@ -26,9 +26,8 @@ typeset -gA _p9k_skip_token=(
|
|||||||
'end' ''
|
'end' ''
|
||||||
'coproc' ''
|
'coproc' ''
|
||||||
'nocorrect' ''
|
'nocorrect' ''
|
||||||
|
'noglob' ''
|
||||||
'time' ''
|
'time' ''
|
||||||
'-' ''
|
|
||||||
'builtin' '' # this is wrong as it will cause alias expansion
|
|
||||||
'[[' '\]\]'
|
'[[' '\]\]'
|
||||||
'((' '\)\)'
|
'((' '\)\)'
|
||||||
'case' '\)|esac'
|
'case' '\)|esac'
|
||||||
@ -52,6 +51,22 @@ typeset -gA _p9k_skip_token=(
|
|||||||
'foreach' '\(*\)'
|
'foreach' '\(*\)'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
typeset -gA _p9k_precomands=(
|
||||||
|
'-' ''
|
||||||
|
'builtin' ''
|
||||||
|
'command' ''
|
||||||
|
'exec' '-[^a]#[a]'
|
||||||
|
'nohup' ''
|
||||||
|
'setsid' ''
|
||||||
|
'eatmydata' ''
|
||||||
|
'catchsegv' ''
|
||||||
|
'pkexec' '--user'
|
||||||
|
'doas' '-[^aCu]#[acU]'
|
||||||
|
'nice' '-[^n]#[n]|--adjustment'
|
||||||
|
'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)'
|
||||||
|
'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)'
|
||||||
|
)
|
||||||
|
|
||||||
typeset -gA _p9k_redirect=(
|
typeset -gA _p9k_redirect=(
|
||||||
'&>' ''
|
'&>' ''
|
||||||
'>' ''
|
'>' ''
|
||||||
|
Loading…
Reference in New Issue
Block a user