Add SSH Identifyer
This commit is contained in:
+11
-3
@@ -12,6 +12,14 @@
|
||||
"type": "prompt",
|
||||
"alignment": "left",
|
||||
"segments": [
|
||||
{
|
||||
"type": "session",
|
||||
"style": "diamond",
|
||||
"foreground": "#ffffff",
|
||||
"background": "#c386f1",
|
||||
"leading_diamond": "\uE0B6",
|
||||
"template": "{{ if .SSHSession }}\uEBA9 {{ .UserName }}@{{ .HostName }}{{ end }} "
|
||||
},
|
||||
{
|
||||
"template": "{{ if .WSL }}WSL at{{ end }} {{.Icon}} ",
|
||||
"foreground": "#ffffff",
|
||||
@@ -77,15 +85,15 @@
|
||||
{
|
||||
"properties": {
|
||||
"display_mode": "files",
|
||||
"fetch_virtual_env": false
|
||||
"fetch_virtual_env": false,
|
||||
"tooling": ["uv", "pyenv", "python", "python3", "py"]
|
||||
},
|
||||
"template": " \ue235 {{ if .Error }}{{ .Error }}{{ else }}{{ .Full }}{{ end }} ",
|
||||
"foreground": "#111111",
|
||||
"powerline_symbol": "\ue0b0",
|
||||
"background": "#FFDE57",
|
||||
"type": "python",
|
||||
"style": "powerline",
|
||||
"tooling": ["uv", "pyenv", "python", "python3", "py"]
|
||||
"style": "powerline"
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user