add rbw as ssh auth agent
This commit is contained in:
parent
184b398017
commit
1fd1ea1e05
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue