summaryrefslogtreecommitdiffstats
path: root/snippets/org-mode/shell.yasnippet
diff options
context:
space:
mode:
Diffstat (limited to 'snippets/org-mode/shell.yasnippet')
-rw-r--r--snippets/org-mode/shell.yasnippet7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/org-mode/shell.yasnippet b/snippets/org-mode/shell.yasnippet
new file mode 100644
index 0000000..5158baf
--- /dev/null
+++ b/snippets/org-mode/shell.yasnippet
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: shell block
+# key: <sh
+# --
+#+BEGIN_SRC shell
+$0
+#+END_SRC