mirror of https://github.com/akelge/zsh
Update mypure omp
This commit is contained in:
parent
c577ac480e
commit
4df8afd81f
|
@ -1,7 +1,8 @@
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
|
||||||
console_title: true
|
console_title: true
|
||||||
console_title_style: template
|
console_title_style: template
|
||||||
console_title_template: '{{if .Env.SSH_CONNECTION}} {{ .Host }} {{end}}{{.Path}}'
|
# console_title_template: "{{if .Env.SSH_CONNECTION}} {{ .HostName }} :: {{end}}{{.Folder}}"
|
||||||
|
console_title_template: "{{if .Env.SSH_CONNECTION}}@{{ .HostName }}:{{end}}{{.Folder}}"
|
||||||
final_space: false
|
final_space: false
|
||||||
|
|
||||||
blocks:
|
blocks:
|
||||||
|
@ -15,7 +16,7 @@ blocks:
|
||||||
properties:
|
properties:
|
||||||
postfix: ""
|
postfix: ""
|
||||||
prefix: ""
|
prefix: ""
|
||||||
template: '{{if .SSHSession}}|{{ .ComputerName }}| {{end}}'
|
template: '{{if .SSHSession}}|{{ .HostName }}| {{end}}'
|
||||||
|
|
||||||
- type: text
|
- type: text
|
||||||
style: plain
|
style: plain
|
||||||
|
@ -36,11 +37,9 @@ blocks:
|
||||||
|
|
||||||
- type: path
|
- type: path
|
||||||
style: plain
|
style: plain
|
||||||
# style: agnoster_left
|
enable_hyperlink: false
|
||||||
max_depth: 2
|
|
||||||
foreground: lightBlue
|
foreground: lightBlue
|
||||||
properties:
|
properties:
|
||||||
prefix: ""
|
|
||||||
style: full
|
style: full
|
||||||
|
|
||||||
- type: git
|
- type: git
|
||||||
|
|
Loading…
Reference in New Issue