diff options
| -rwxr-xr-x | public/thesiah.sh | 2 | ||||
| -rwxr-xr-x | static/thesiah.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh index b0796aa..b539381 100755 --- a/public/thesiah.sh +++ b/public/thesiah.sh @@ -778,7 +778,7 @@ EndSection' >/etc/X11/xorg.conf.d/40-libinput.conf # Update muttrc for abook config path and thesiah's muttrc grep -q "thesiah.muttrc" /home/"$name"/.config/mutt/muttrc || \ - sed -i "/source \/usr\/share\/mutt-wizard\/mutt-wizard\.muttrc/source \/home\/$name\/.config\/mutt\/thesiah\.muttrc" /home/"$name"/.config/mutt/muttrc + sed -i "/source \/usr\/share\/mutt-wizard\/mutt-wizard\.muttrc/a source \/home\/$name\/.config\/mutt\/thesiah\.muttrc" /home/"$name"/.config/mutt/muttrc [ ! -f /usr/share/libalpm/hooks/statusbar.hook ] && printf '[Trigger] Operation = Upgrade diff --git a/static/thesiah.sh b/static/thesiah.sh index b0796aa..b539381 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -778,7 +778,7 @@ EndSection' >/etc/X11/xorg.conf.d/40-libinput.conf # Update muttrc for abook config path and thesiah's muttrc grep -q "thesiah.muttrc" /home/"$name"/.config/mutt/muttrc || \ - sed -i "/source \/usr\/share\/mutt-wizard\/mutt-wizard\.muttrc/source \/home\/$name\/.config\/mutt\/thesiah\.muttrc" /home/"$name"/.config/mutt/muttrc + sed -i "/source \/usr\/share\/mutt-wizard\/mutt-wizard\.muttrc/a source \/home\/$name\/.config\/mutt\/thesiah\.muttrc" /home/"$name"/.config/mutt/muttrc [ ! -f /usr/share/libalpm/hooks/statusbar.hook ] && printf '[Trigger] Operation = Upgrade |
