From 1fd1ea1e05f58cd26ffcb18bf4bb4ef9a71c5caf Mon Sep 17 00:00:00 2001 From: aleidk Date: Wed, 28 May 2025 11:04:16 -0400 Subject: [PATCH] add rbw as ssh auth agent --- Configs/zsh/.zprofile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Configs/zsh/.zprofile b/Configs/zsh/.zprofile index 141af37..d187318 100644 --- a/Configs/zsh/.zprofile +++ b/Configs/zsh/.zprofile @@ -12,6 +12,10 @@ export VISUAL="$EDITOR" export QT_STYLE_OVERRIDE=kvantum export MOZ_ENABLE_WAYLAND=1 +# Use rbw as SSH Agent +# use https://github.com/pmkap/rbw/ until https://github.com/doy/rbw/issues/197 is closed +export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/rbw/ssh-agent-socket" + update_path "$DOTS/scripts" update_path "$HOME/.local/bin" update_path "$HOME/bin"