diff options
Diffstat (limited to 'home/.profile')
-rwxr-xr-x | home/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/.profile b/home/.profile index 44febe4..9a9ad71 100755 --- a/home/.profile +++ b/home/.profile @@ -12,6 +12,8 @@ export QT_STYLE_OVERRIDE=adwaita-dark export EDITOR=/bin/nvim export MOZ_ENABLE_WAYLAND=1 +export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket + if [ -d "$HOME/.local/bin" ]; then export PATH="$HOME/.local/bin:$PATH" fi |