Fetch SSH_AUTH_SOCK from .profile

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-06-16 07:32:38 +02:00
parent 5301c8defb
commit 5c3f5b402c
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -64,6 +64,12 @@ point in time.
(setq ispell-program-name "hunspell")
#+END_SRC
Fetch the ~SSH_AUTH_PATH~ from ~.profile~.
#+BEGIN_SRC emacs-lisp
(setenv "SSH_AUTH_SOCK" (shell-command-to-string ". ~/.profile && echo $SSH_AUTH_SOCK"))
#+END_SRC
* Look & Feel
** Color Themes