diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-09-07 08:10:27 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-09-07 08:10:27 -0700 |
commit | a7139f17b0a9b0b3f8d9f3f695547997b2602083 (patch) | |
tree | c414a76181af7b2468f2a02645719134dfeeffe9 /.config/herbstluftwm/pvol.sh | |
parent | 3ee2e833d6e423ced02c182a55c35b9a4bc3c687 (diff) | |
download | dotfiles-a7139f17b0a9b0b3f8d9f3f695547997b2602083.tar.gz |
add env shebangs for herbstluftwm things
necessary for running on freebsd etc. dunno why it wasn't this way
before
Diffstat (limited to '.config/herbstluftwm/pvol.sh')
-rwxr-xr-x | .config/herbstluftwm/pvol.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 |