From 0156e5e9b6bfb6ddee079d1d021d177041cd0f44 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 11 Aug 2022 18:21:14 +0530 Subject: feat: music player config --- scripts/bin/vimv | 2 +- scripts/music/player.sh | 2 +- scripts/notify.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') 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 -- cgit v1.3.1