From 9108d474af7776767d93eb933ff4b0b09772917a Mon Sep 17 00:00:00 2001 From: ene Date: Sun, 19 Feb 2023 21:29:01 +0100 Subject: Feat(lf): Add dependencies for the shell scripts --- home-manager/config/lf/cmds/chmod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-manager/config/lf/cmds/chmod.sh') diff --git a/home-manager/config/lf/cmds/chmod.sh b/home-manager/config/lf/cmds/chmod.sh index f6a87336..c7bb6ff8 100644 --- a/home-manager/config/lf/cmds/chmod.sh +++ b/home-manager/config/lf/cmds/chmod.sh @@ -1,7 +1,7 @@ -#!/bin/sh +#!/usr/bin/env dash # shellcheck disable=SC2086 # shellcheck source=/dev/null -. ~/.local/lib/shell/lib +. %SHELL_LIBRARY_PATH readp "Mode Bits: " ans -- cgit 1.4.1