diff options
Diffstat (limited to 'record.fish')
| -rwxr-xr-x | record.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |