Compare commits
2 Commits
eb4a8133dd
...
581d20d872
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
581d20d872 | ||
|
|
6557549845 |
@@ -16,7 +16,14 @@
|
|||||||
"foreground": "#FFF",
|
"foreground": "#FFF",
|
||||||
"background": "233",
|
"background": "233",
|
||||||
"type": "os",
|
"type": "os",
|
||||||
"style": "diamond"
|
"style": "plain"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "shell",
|
||||||
|
"style": "diamond",
|
||||||
|
"trailing_diamond": "\ue0b0",
|
||||||
|
"foreground": "#FFF",
|
||||||
|
"background": "233"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"options": {
|
"options": {
|
||||||
@@ -52,20 +59,14 @@
|
|||||||
"type": "prompt",
|
"type": "prompt",
|
||||||
"alignment": "left",
|
"alignment": "left",
|
||||||
"segments": [
|
"segments": [
|
||||||
{
|
|
||||||
"type": "shell",
|
|
||||||
"style": "diamond",
|
|
||||||
"trailing_diamond": "\ue0b0",
|
|
||||||
"foreground": "#597E7E"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"options": {
|
"options": {
|
||||||
"always_enabled": true
|
"always_enabled": true
|
||||||
},
|
},
|
||||||
"template": "❯ ",
|
"template": "❯ ",
|
||||||
"foreground": "#5ACA00",
|
|
||||||
"type": "status",
|
"type": "status",
|
||||||
"style": "plain",
|
"style": "plain",
|
||||||
|
"foreground": "#5ACA00",
|
||||||
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"]
|
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
1
.profile
1
.profile
@@ -1,2 +1 @@
|
|||||||
export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock"
|
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
1
.zshenv
1
.zshenv
@@ -1,5 +1,6 @@
|
|||||||
export PROTON_PASS_KEY_PROVIDER=keyring
|
export PROTON_PASS_KEY_PROVIDER=keyring
|
||||||
export PROTON_PASS_LINUX_KEYRING=dbus
|
export PROTON_PASS_LINUX_KEYRING=dbus
|
||||||
|
export SSH_AUTH_SOCK=~/.ssh/proton-pass-agent.sock
|
||||||
|
|
||||||
export PNPM_HOME=~/.local/share/pnpm
|
export PNPM_HOME=~/.local/share/pnpm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user