mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
Make scripts use /usr/bin/env shebang
This commit is contained in:
parent
bc0630e43b
commit
03e2614398
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
nvim -l tests/minit.lua --minitest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue