1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-21 19:10:08 +00:00

handle <<<

This commit is contained in:
romkatv 2020-01-11 13:04:51 +01:00
parent dfc5382c0d
commit 68d9aeb559

View file

@ -48,6 +48,7 @@ typeset -gA _p9k_skip_token=(
'>>&' '*'
'&>>|' '*'
'>>|' '*'
'<<<' '*'
'foreach' '\(*\)'
)
@ -65,6 +66,7 @@ typeset -gA _p9k_redirect=(
'>>&' ''
'&>>|' ''
'>>|' ''
'<<<' ''
)
typeset -gA _p9k_term=(