mutt: add mutt/

This commit is contained in:
2020-05-16 20:24:29 +01:00
parent 34312349c6
commit b502c1e8cb
4 changed files with 475 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ BASE=$(pwd)
# touch bashrc-extra
mkdir -pv bak
for rc in *rc *profile tmux.conf bashrc.d ; do
for rc in *rc *profile tmux.conf bashrc.d mutt ; do
if [ ! -r $rc ] ; then
continue
fi