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/archive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-manager/config/lf/cmds/archive.sh') diff --git a/home-manager/config/lf/cmds/archive.sh b/home-manager/config/lf/cmds/archive.sh index 48544365..d319116d 100644 --- a/home-manager/config/lf/cmds/archive.sh +++ b/home-manager/config/lf/cmds/archive.sh @@ -1,7 +1,7 @@ -#!/bin/sh +#!/usr/bin/env dash # shellcheck disable=SC2086 # shellcheck source=/home/dt/.local/lib/shell/lib -. ~/.local/lib/shell/lib +. %SHELL_LIBRARY_PATH # Option '-f' disables pathname expansion which can be useful when $f, $fs, and -- cgit 1.4.1