summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-25 20:27:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2019-04-25 20:27:49 -0400
commitc662051529cff82c77390a46fe52cd13bb03bfbd (patch)
tree2ec2d954dafe8909f809274c6b84b4de599cb60e
parent5a5c5e604da7c00487c27b8cb9069e092685c45f (diff)
mwconfig uses muttshare
-rwxr-xr-xbin/mw2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mw b/bin/mw
index c136712..fad71af 100755
--- a/bin/mw
+++ b/bin/mw
@@ -8,7 +8,7 @@ namere="^[a-z_][a-z0-9_-]*$" # Regex to ensure viable username
emailre=".\+@.\+\\..\+" # Regex to confirm valid email address
muttshare="/usr/share/mutt-wizard"
mbsyncrc="$HOME/.mbsyncrc"
-mwconfig="/usr/share/mutt-wizard/mutt-wizard.muttrc"
+mwconfig="$muttshare/mutt-wizard.muttrc"
cachedir="$HOME/.cache/mutt-wizard"
muttrc="$muttdir/muttrc"