aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/=template=.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vim/templates/=template=.sh')
-rw-r--r--files/.vim/templates/=template=.sh8
1 files changed, 3 insertions, 5 deletions
diff --git a/files/.vim/templates/=template=.sh b/files/.vim/templates/=template=.sh
index 93127fa..a077c53 100644
--- a/files/.vim/templates/=template=.sh
+++ b/files/.vim/templates/=template=.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
-set -e
-
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
+#!/bin/bash
+
+set -euo pipefail