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"