add: more neomutt switching progress
This commit is contained in:
parent
1344311ca3
commit
1e61193578
4 changed files with 6 additions and 3 deletions
3
.profile
3
.profile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue