mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
add tabbed
to the list of precommands
This commit is contained in:
parent
453907bbbc
commit
0a4b832b25
2 changed files with 1 additions and 1 deletions
|
@ -8,4 +8,3 @@
|
|||
disabling implicit reset on every eval in _p9k_worker_receive.
|
||||
- implement fake gitstatus api on top of vcs_info (or plain git?) + worker and use it if there is no
|
||||
gitstatus.
|
||||
- add `tabbed` to precommands; z-sy-h has added it like this: `'tabbed' gnprtTuU:cdfhs`.
|
||||
|
|
|
@ -53,6 +53,7 @@ typeset -grA __p9k_pb_precommand=(
|
|||
'stdbuf' '-[^ioe]#[ioe]|--(input|output|error)'
|
||||
'sudo' '-[^aghpuUCcrtT]#[aghpuUCcrtT]|--(close-from|group|host|prompt|role|type|other-user|command-timeout|user)'
|
||||
'ssh-agent' '-[^aEPt]#[aEPt]'
|
||||
'tabbed' '-[^gnprtTuU]#[gnprtTuU]'
|
||||
)
|
||||
|
||||
typeset -grA __p9k_pb_redirect=(
|
||||
|
|
Loading…
Reference in a new issue