Files
doomemacs/modules/editor/file-templates/templates/sh-mode/__
Alex Birdsall 5ca8c75644 fix(file-templates): better recognize shell types
There are some conventional files strongly associated with a non-bash
shell which do not use an explicit `.zsh` file extension (e.g.
`.zprofile`); the old logic would always use the `#!/usr/bin/env bash`
shebang in these cases, which is a tiny little bummer.
2022-08-19 11:23:56 +02:00

4 lines
44 B
Plaintext

#!/usr/bin/env `(format "%s" sh-shell)`
$0