mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
Magit: Fix pinentry not recognised
This commit is contained in:
parent
60eb5e4b35
commit
ca08aef2ad
9 changed files with 39 additions and 6 deletions
|
|
@ -1537,6 +1537,9 @@ In order to update the language grammars, run the next command below.
|
|||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1)) ; stay in the same window
|
||||
|
||||
;; yubikey support for pushing commits
|
||||
;; commiting is enabled through nixos gpg-agent config
|
||||
(setenv "SSH_AUTH_SOCK" (string-chop-newline (shell-command-to-string "gpgconf --list-dirs agent-ssh-socket")))
|
||||
#+end_src
|
||||
|
||||
** Forge
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue