summaryrefslogtreecommitdiff
path: root/snippets/sh-mode/bash-header-with-set-e
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
committerCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
commitc3297ffa6d23728fdcf0f9a0f0c79eb8e975d207 (patch)
tree054c95f460968a8a9d6006543c3872460c0f0374 /snippets/sh-mode/bash-header-with-set-e
parentbc938f92e32a15738673e462741d13498b662779 (diff)
downloaddotemacs-c3297ffa6d23728fdcf0f9a0f0c79eb8e975d207.tar.gz
dotemacs-c3297ffa6d23728fdcf0f9a0f0c79eb8e975d207.zip
chore(yasnippet): move snippets into emacs.d for source control
Relocate snippets-dir from ~/sync/org/snippets/ to ~/.emacs.d/snippets/ and restore 28 snippet files from backup.
Diffstat (limited to 'snippets/sh-mode/bash-header-with-set-e')
-rw-r--r--snippets/sh-mode/bash-header-with-set-e8
1 files changed, 8 insertions, 0 deletions
diff --git a/snippets/sh-mode/bash-header-with-set-e b/snippets/sh-mode/bash-header-with-set-e
new file mode 100644
index 00000000..32325566
--- /dev/null
+++ b/snippets/sh-mode/bash-header-with-set-e
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: bash header with set -e
+# key: <bashhead
+# --
+#!/usr/bin/env bash
+#
+# Craig Jennings <c@cjennings.net>
+set -e