Compare commits

...

2 Commits

Author SHA1 Message Date
oxypomme
581d20d872 fix(omp): updated oh-my-posh config 2026-06-16 13:07:22 +02:00
oxypomme
6557549845 chore: moved SSH env vars 2026-06-16 10:04:02 +02:00
3 changed files with 10 additions and 9 deletions

View File

@@ -16,7 +16,14 @@
"foreground": "#FFF",
"background": "233",
"type": "os",
"style": "diamond"
"style": "plain"
},
{
"type": "shell",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"foreground": "#FFF",
"background": "233"
},
{
"options": {
@@ -52,20 +59,14 @@
"type": "prompt",
"alignment": "left",
"segments": [
{
"type": "shell",
"style": "diamond",
"trailing_diamond": "\ue0b0",
"foreground": "#597E7E"
},
{
"options": {
"always_enabled": true
},
"template": " ",
"foreground": "#5ACA00",
"type": "status",
"style": "plain",
"foreground": "#5ACA00",
"foreground_templates": ["{{ if gt .Code 0 }}#FF5252{{ end }}"]
}
],

View File

@@ -1,2 +1 @@
export SSH_AUTH_SOCK="$HOME/.ssh/proton-pass-agent.sock"
. "$HOME/.cargo/env"

View File

@@ -1,5 +1,6 @@
export PROTON_PASS_KEY_PROVIDER=keyring
export PROTON_PASS_LINUX_KEYRING=dbus
export SSH_AUTH_SOCK=~/.ssh/proton-pass-agent.sock
export PNPM_HOME=~/.local/share/pnpm