From 80909ae72c661a285d5334ad7aeb6b84c0efc7b3 Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sun, 24 Nov 2024 13:15:07 +0100 Subject: [PATCH] chore: migrate shebang to use /usr/bin/env --- local/share/dark-mode.d/alacritty.sh | 2 +- local/share/light-mode.d/alacritty.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/share/dark-mode.d/alacritty.sh b/local/share/dark-mode.d/alacritty.sh index aa2489d..5f69886 100755 --- a/local/share/dark-mode.d/alacritty.sh +++ b/local/share/dark-mode.d/alacritty.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ln -fs themes/themes/monokai_pro.toml .config/alacritty/current-theme.toml touch ~/.config/alacritty/alacritty.toml diff --git a/local/share/light-mode.d/alacritty.sh b/local/share/light-mode.d/alacritty.sh index 9bd7d73..ca1a4e4 100755 --- a/local/share/light-mode.d/alacritty.sh +++ b/local/share/light-mode.d/alacritty.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ln -fs themes/themes/catppuccin_latte.toml .config/alacritty/current-theme.toml touch ~/.config/alacritty/alacritty.toml