diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-16 05:14:28 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-16 05:14:28 -0600 |
| commit | 94374ab46c43a5c16ae121c17ca6d6ff0ebea582 (patch) | |
| tree | 581565b03245b8712cee6a6a5b45b7107c21bbcb /snippets/sh-mode/if_last_command_failed | |
| parent | 284570c3cff534becd663a1ccd99d21dcf920ceb (diff) | |
| download | dotemacs-94374ab46c43a5c16ae121c17ca6d6ff0ebea582.tar.gz dotemacs-94374ab46c43a5c16ae121c17ca6d6ff0ebea582.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/if_last_command_failed')
| -rw-r--r-- | snippets/sh-mode/if_last_command_failed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/sh-mode/if_last_command_failed b/snippets/sh-mode/if_last_command_failed new file mode 100644 index 000000000..33596dd0b --- /dev/null +++ b/snippets/sh-mode/if_last_command_failed @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: if_last_command_failed +# key: <ilcf +# -- + +if [ $? -eq 0 ]; then
\ No newline at end of file |
