Compare commits
2 commits
89b0a2cd68
...
11c6b37e7d
Author | SHA1 | Date | |
---|---|---|---|
11c6b37e7d | |||
f0908b43f5 |
2 changed files with 25 additions and 22 deletions
5
.bashrc
5
.bashrc
|
@ -38,3 +38,8 @@ export GPG_TTY
|
||||||
export ALTERNATE_EDITOR=""
|
export ALTERNATE_EDITOR=""
|
||||||
export EDITOR="emacsclient --tty"
|
export EDITOR="emacsclient --tty"
|
||||||
export VISUAL="emacsclient"
|
export VISUAL="emacsclient"
|
||||||
|
|
||||||
|
# Ensure user shepherd is running
|
||||||
|
if [[ ! -S ${XDG_RUNTIME_DIR-$HOME/.local/run}/shepherd/socket ]]; then
|
||||||
|
shepherd
|
||||||
|
fi
|
||||||
|
|
|
@ -47,6 +47,7 @@
|
||||||
"guile-srfi-235"
|
"guile-srfi-235"
|
||||||
"guile-ssh"
|
"guile-ssh"
|
||||||
"guile-tap"
|
"guile-tap"
|
||||||
|
"ispell"
|
||||||
"nss-certs"
|
"nss-certs"
|
||||||
"pass-git-helper"
|
"pass-git-helper"
|
||||||
"password-store"
|
"password-store"
|
||||||
|
@ -72,7 +73,4 @@
|
||||||
(home-dotfiles-configuration
|
(home-dotfiles-configuration
|
||||||
(directories '("./dotfiles"))
|
(directories '("./dotfiles"))
|
||||||
(layout 'stow)))
|
(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…
Reference in a new issue