mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-26 19:36:29 +00:00
[Perf] replace shebang with Nix compatible version (#65)
This commit is contained in:
parent
e33120ffeb
commit
5edb1522c7
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ./scripts/check_os.sh
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
source ./scripts/check_os.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue