mirror of
https://github.com/akelge/zsh
synced 2025-12-15 14:45:12 +00:00
Fixes for OMP prompts and for default PATH
This commit is contained in:
@ -47,13 +47,13 @@ blocks:
|
||||
|
||||
- type: executiontime
|
||||
style: plain
|
||||
foreground: lightBlue
|
||||
foreground: darkGray
|
||||
properties:
|
||||
always_enabled: false
|
||||
postfix: ""
|
||||
prefix: "\uF017 "
|
||||
style: austin
|
||||
threshold: 3000
|
||||
threshold: 30000
|
||||
|
||||
- type: prompt
|
||||
alignment: right
|
||||
@ -63,9 +63,9 @@ blocks:
|
||||
style: plain
|
||||
foreground: yellow
|
||||
properties:
|
||||
postfix: " "
|
||||
# prefix:
|
||||
prefix: "\uF270"
|
||||
postfix: ""
|
||||
# prefix: " "
|
||||
prefix: "\u2601 "
|
||||
template: '{{if .Profile}}{{.Profile}}{{end}}'
|
||||
|
||||
- type: kubectl
|
||||
@ -74,7 +74,7 @@ blocks:
|
||||
properties:
|
||||
parse_kubeconfig: true
|
||||
postfix: ""
|
||||
prefix: ""
|
||||
prefix: " "
|
||||
template: '{{if eq "on" .Env.KUBE_PS1_ENABLED}}ﴱ {{.Context}}/{{if .Namespace}}{{.Namespace}}{{else}}default{{end}}{{end}}'
|
||||
|
||||
# - type: command
|
||||
|
||||
Reference in New Issue
Block a user