commit e79d940a32a1884a1b14c8dab4ec07476f9bf5d6 parent 43799fb7a9556546f75dede8a34fe22fb2613b4f Author: Luke <luke@lukesmith.xyz> Date: Sun, 11 Feb 2018 16:55:19 -0700 makedefault fixed Diffstat:
M | makedefault.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/makedefault.sh b/makedefault.sh @@ -6,5 +6,5 @@ title=$1 muttdir="$HOME/.config/mutt/" muttdirsed=$(echo $muttdir | sed -e 's/\//\\\//g') -grep "$muttdir"muttrc -e "^source .*accounts.*" >/dev/null && \ - sed -i "s/^source .*accounts.*/source ${muttdirsed}accounts\/$title.muttrc/g" "$muttdir"muttrc +grep "$muttdir"personal.muttrc -e "^source .*accounts.*" >/dev/null && \ + sed -i "s/^source .*accounts.*/source ${muttdirsed}accounts\/$title.muttrc/g" "$muttdir"personal.muttrc