aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bin/vimv2
-rwxr-xr-xscripts/music/player.sh2
-rwxr-xr-xscripts/notify.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/bin/vimv b/scripts/bin/vimv
index 3c78afb..ae781cf 100755
--- a/scripts/bin/vimv
+++ b/scripts/bin/vimv
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Lists the current directory's files in Vim, so you can edit it and save to rename them
# USAGE: vimv [file1 file2]
diff --git a/scripts/music/player.sh b/scripts/music/player.sh
index 76f4988..e7989e1 100755
--- a/scripts/music/player.sh
+++ b/scripts/music/player.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
player() { playerctl --player=mopidy "$@"; }
diff --git a/scripts/notify.sh b/scripts/notify.sh
index 5111b87..2c07dee 100755
--- a/scripts/notify.sh
+++ b/scripts/notify.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# All the wrapping wierdness to add support for cron
# https://wiki.archlinux.org/index.php/Desktop_notifications#Usage_in_programming