Compare commits
No commits in common. "11c6b37e7d142d0b2025180f70c2646acc3f647e" and "89b0a2cd684dbd9274fa16869e4e303d8f5f8bf8" have entirely different histories.
11c6b37e7d
...
89b0a2cd68
2 changed files with 22 additions and 25 deletions
5
.bashrc
5
.bashrc
|
@ -38,8 +38,3 @@ export GPG_TTY
|
|||
export ALTERNATE_EDITOR=""
|
||||
export EDITOR="emacsclient --tty"
|
||||
export VISUAL="emacsclient"
|
||||
|
||||
# Ensure user shepherd is running
|
||||
if [[ ! -S ${XDG_RUNTIME_DIR-$HOME/.local/run}/shepherd/socket ]]; then
|
||||
shepherd
|
||||
fi
|
||||
|
|
|
@ -47,7 +47,6 @@
|
|||
"guile-srfi-235"
|
||||
"guile-ssh"
|
||||
"guile-tap"
|
||||
"ispell"
|
||||
"nss-certs"
|
||||
"pass-git-helper"
|
||||
"password-store"
|
||||
|
@ -73,4 +72,7 @@
|
|||
(home-dotfiles-configuration
|
||||
(directories '("./dotfiles"))
|
||||
(layout 'stow)))
|
||||
(service home-gpg-agent-service-type))))
|
||||
(service home-gpg-agent-service-type
|
||||
(home-gpg-agent-configuration
|
||||
(pinentry-program
|
||||
(file-append pinentry-emacs "/bin/pinentry-emacs")))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue