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