From 4892446e572fdee164f60cd55665e9737becbfa6 Mon Sep 17 00:00:00 2001 From: Piotr Bartoszewicz Date: Sun, 8 Jun 2025 10:04:59 +0200 Subject: fix: hardcoded interpreter paths --- record.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'record.fish') diff --git a/record.fish b/record.fish index 3f01368..d7c292d 100755 --- a/record.fish +++ b/record.fish @@ -1,4 +1,4 @@ -#!/bin/fish +#!/usr/bin/env fish function get-audio-source pactl list short sources | grep '\.monitor.*RUNNING' | cut -f 2 | head -1 -- cgit v1.2.3-freya