From a7139f17b0a9b0b3f8d9f3f695547997b2602083 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 7 Sep 2019 08:10:27 -0700 Subject: add env shebangs for herbstluftwm things necessary for running on freebsd etc. dunno why it wasn't this way before --- .config/herbstluftwm/pvol.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/herbstluftwm/pvol.sh') diff --git a/.config/herbstluftwm/pvol.sh b/.config/herbstluftwm/pvol.sh index a3ce9e1..820d890 100755 --- a/.config/herbstluftwm/pvol.sh +++ b/.config/herbstluftwm/pvol.sh @@ -1,6 +1,5 @@ -#!/bin/bash +#!/usr/bin/env zsh -# race condition, obvs, but this is hopefully time enough case "$1" in down) pavolume voldown --quiet 2 -- cgit v1.2.3