mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
Fetch SSH_AUTH_SOCK from .profile
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
5301c8defb
commit
5c3f5b402c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue