added ssh-trick with .profile; added starship config

This commit is contained in:
2023-08-25 18:13:44 +02:00
parent d577f2c462
commit 1bf0d1248a
4 changed files with 175 additions and 0 deletions

4
.profile Normal file
View File

@ -0,0 +1,4 @@
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
source <(/usr/bin/ssh-agent -a "$SSH_AUTH_SOCK")