mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 08:20:10 +00:00
handle <<<
This commit is contained in:
@@ -48,6 +48,7 @@ typeset -gA _p9k_skip_token=(
|
||||
'>>&' '*'
|
||||
'&>>|' '*'
|
||||
'>>|' '*'
|
||||
'<<<' '*'
|
||||
'foreach' '\(*\)'
|
||||
)
|
||||
|
||||
@@ -65,6 +66,7 @@ typeset -gA _p9k_redirect=(
|
||||
'>>&' ''
|
||||
'&>>|' ''
|
||||
'>>|' ''
|
||||
'<<<' ''
|
||||
)
|
||||
|
||||
typeset -gA _p9k_term=(
|
||||
|
||||
Reference in New Issue
Block a user