Ensure shepherd is started
Install ispell
This commit is contained in:
parent
89b0a2cd68
commit
f0908b43f5
2 changed files with 6 additions and 0 deletions
5
.bashrc
5
.bashrc
|
@ -38,3 +38,8 @@ 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,6 +47,7 @@
|
|||
"guile-srfi-235"
|
||||
"guile-ssh"
|
||||
"guile-tap"
|
||||
"ispell"
|
||||
"nss-certs"
|
||||
"pass-git-helper"
|
||||
"password-store"
|
||||
|
|
Loading…
Reference in a new issue