forked from Shinonome/caelestia-cli
fix: hardcoded interpreter paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import sys
|
||||
from colorsys import hls_to_rgb, rgb_to_hls
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l src (dirname (status filename))
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
set -l src (dirname (status filename))
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/fish
|
||||
#!/usr/bin/env fish
|
||||
|
||||
# Usage:
|
||||
# caelestia scheme <scheme> <flavour> [mode]
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
#!/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user