From 606cda6dce4552d54145fd5b29c7891ebb1dab82 Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Tue, 31 Aug 2021 23:50:04 -0500 Subject: [PATCH] [projectionist] add local bin template --- .projections.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .projections.json diff --git a/.projections.json b/.projections.json new file mode 100644 index 0000000..e2f710b --- /dev/null +++ b/.projections.json @@ -0,0 +1,7 @@ +{ + ".local/bin/*": { + "template": [ + "#!/usr/bin/env bash" + ] + } +} -- 2.51.2