Change git config core.commentchar from `^` to `~` ยท koic/dotfiles@3105728

`^` is used at the beginning of line in RuboCop's offense message. The following is an example. ```console % rubocop /tmp/example.rb --only Style/EmptyLineAfterGuardClause Inspecting 1 file C...