Skip to content

Commit

Permalink
vim: make sh template more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
majutsushi committed Feb 24, 2015
1 parent 766ba5a commit 17c02f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/vim/templates/sh.template 100644 → 100755
Expand Up @@ -2,3 +2,6 @@
# Author: {{ g:user_name }} <{{ g:user_email }}>
# Created: {{ strftime('%Y-%m-%d %H:%M:%S %z %Z') }}
# Last changed: {{ strftime('%Y-%m-%d %H:%M:%S %z %Z') }}

set -eu -o pipefail
IFS=$'\n\t'

0 comments on commit 17c02f3

Please sign in to comment.