diff options
-rw-r--r-- | common/init | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/init b/common/init index 5dcc67b..bcfc0fc 100644 --- a/common/init +++ b/common/init @@ -124,6 +124,9 @@ If not, see <$LICENSE_URL>. EOF fi +# Allow templates to add template specific prompts +[ -e init.local ] && . ./init.local + echo "$DESCRIPTION" >.git/description while read -r var; do |