fix: hardcoded interpreter paths

This commit is contained in:
Piotr Bartoszewicz
2025-06-08 10:04:59 +02:00
parent 0f93aa3a45
commit 4892446e57
30 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python3
#!/usr/bin/env python3
import sys
from colorsys import hls_to_rgb, rgb_to_hls
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l src (dirname (status filename))
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
set -l src (dirname (status filename))
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/fish
#!/usr/bin/env fish
# Usage:
# caelestia scheme <scheme> <flavour> [mode]
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/python
#!/usr/bin/env python
import sys