diff options
Diffstat (limited to 'snippets/python-mode/shebang')
-rw-r--r-- | snippets/python-mode/shebang | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/snippets/python-mode/shebang b/snippets/python-mode/shebang new file mode 100644 index 0000000..26da506 --- /dev/null +++ b/snippets/python-mode/shebang @@ -0,0 +1,5 @@ +# name: python shebang +# key: #! +# -- +#!/usr/bin/env python${1:3} +$0 |