Skip to content

Commit

Permalink
feat(vim): euxo/euo snippet for sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Jul 26, 2024
1 parent 166630e commit ce2d7c1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vim/snips/sh.snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
snippet euxo "New -euxo pipefail script" b
#!/usr/bin/env bash
set -euxo pipefail

$0
endsnippet
snippet euo "New -euo pipefail script" b
#!/usr/bin/env bash
set -euo pipefail

$0
endsnippet

0 comments on commit ce2d7c1

Please sign in to comment.