Skip to content

Commit

Permalink
don't add name to mutt-aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Oli committed Feb 5, 2020
1 parent 568d0bb commit 6e02c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contact
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ for f in *;do
nick="${nick/ /_}"
# Lowercase the string
nick="${nick,,}"
printf "alias %s %s <%s>\n" "$nick" "$name" "$mail"
printf "alias %s <%s>\n" "$nick" "$mail"
fi
done
}
Expand Down

0 comments on commit 6e02c0a

Please # to comment.