diff --git a/.config/git/skel/.envrc b/.config/git/skel/.envrc index 83653710a526666ce75a11cfc0bc50a36c7bba0f..1574b78c71090562604b22108b132506ef3c29cd 100644 --- a/.config/git/skel/.envrc +++ b/.config/git/skel/.envrc @@ -1,3 +1,4 @@ # shellcheck shell=bash disable=SC1091 +# vim: ft=sh source_up [ ! -f .envrc.private ] || . .envrc.private diff --git a/Repositories/SchooLinks/.envrc b/Repositories/SchooLinks/.envrc index 3e07600b31c0d6c15329f8c5a41b08471a6b7d7b..c86db1dbd7087fd96a9bc7afc93ecfe884da8a55 100644 --- a/Repositories/SchooLinks/.envrc +++ b/Repositories/SchooLinks/.envrc @@ -1,4 +1,5 @@ # shellcheck shell=bash disable=SC1091 +# vim: ft=sh source_up export GIT_AUTHOR_EMAIL='nimrod@schoolinks.com' export GIT_AUTHOR_NAME='Nimrod Adar'