add rbw as ssh auth agent

This commit is contained in:
Alexander Navarro 2025-05-28 11:04:16 -04:00
parent 184b398017
commit 1fd1ea1e05

View file

@ -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"