refactor: reintroduce ssh agent

This commit is contained in:
Job
2025-10-20 17:17:17 +02:00
parent 27d2f05a3d
commit c6fa393c03
5 changed files with 7 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
export EDITOR=nvim \
WAYLAND_DISPLAY=wayland-0 \
XDG_RUNTIME_DIR=/run/user/1000 \
SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \
PS1="\[\e[30;46m\] \h | \w \[\e[0;36m\]\[\e[m\] " \
TZ="Europe/Amsterdam"