add: more neomutt switching progress

This commit is contained in:
Tobias Reisinger 2020-03-11 11:59:26 +01:00
parent 1344311ca3
commit 1e61193578
4 changed files with 6 additions and 3 deletions

View file

@ -3,6 +3,7 @@
export EDITOR='/usr/bin/vim'
export VIMINIT="source $HOME/.config/vim/vimrc"
export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
export MAILCAPS="$HOME/.config/mailcap/mailcaprc"
export PASSWORD_STORE_GENERATED_LENGTH='64'
if [ -x "$(command -v gpgconf)" ]
@ -13,7 +14,7 @@ fi
if [ -x "$(command -v mopidy)" ]
then
sh -c "sleep 8 && mopidy" & # mopidy needs internet (wait 8 secs) for spotify
sh -c "sleep 8 && mopidy > /tmp/mopidy.log" & # mopidy needs internet (wait 8 secs) for spotify
else
[ -x "$(command -v mpd)" ] && mpd &
fi