mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 08:00:06 +00:00
handle <<<
This commit is contained in:
parent
dfc5382c0d
commit
68d9aeb559
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ typeset -gA _p9k_skip_token=(
|
|||
'>>&' '*'
|
||||
'&>>|' '*'
|
||||
'>>|' '*'
|
||||
'<<<' '*'
|
||||
'foreach' '\(*\)'
|
||||
)
|
||||
|
||||
|
@ -65,6 +66,7 @@ typeset -gA _p9k_redirect=(
|
|||
'>>&' ''
|
||||
'&>>|' ''
|
||||
'>>|' ''
|
||||
'<<<' ''
|
||||
)
|
||||
|
||||
typeset -gA _p9k_term=(
|
||||
|
|
Loading…
Reference in a new issue