This commit is contained in:
2026-06-24 07:08:58 +02:00
parent f8d98d686b
commit 4811d85882
4 changed files with 7 additions and 1 deletions

View File

@@ -184,6 +184,8 @@ elif [[ $hostname == "bepis-laptop" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/snap/bitwarden/current/.bitwarden-ssh-agent.sock
elif [[ $hostname == "printer" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "vos" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "dev1" ]]; then
export PATH="$PATH:/opt/nvim-linux-x86_64/bin"
fi