Fix ssh agent setup and waybar config

This commit is contained in:
2026-02-12 21:00:14 +01:00
parent ab09268eaa
commit 9f28ed91fe
2 changed files with 1 additions and 28 deletions

View File

@@ -172,7 +172,7 @@ alias edit-vim='cd ~/.config/nvim && vim .'
hostname=$(cat ~/hostname)
if [[ $hostname == "arch-bepis" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "surface-bepis" ]]; then
elif [[ $hostname == "surface" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock
elif [[ $hostname == "printer" ]]; then
export SSH_AUTH_SOCK=/home/wholteza/.bitwarden-ssh-agent.sock