diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 10:57:24 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 11:14:13 -0400 |
| commit | 1dc4a9066db78f4d03a8be7e4ecf380aea39738f (patch) | |
| tree | 2172533c86e1a81265caa7f08ad82736ac812e88 /.envrc-git-init | |
| parent | samples pod dir now markup/pod-samples/pod (diff) | |
envrc minor, (including emacs syntax highlighting)
Diffstat (limited to '.envrc-git-init')
| -rwxr-xr-x[-rw-r--r--] | .envrc-git-init | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.envrc-git-init b/.envrc-git-init index ca74ec3..d78e46b 100644..100755 --- a/.envrc-git-init +++ b/.envrc-git-init @@ -1,3 +1,4 @@ +# -*- mode: sh -*- if [[ ! -d ./.git ]]; then git init git add . |
