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/dl_file.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-manager/config/lf/cmds/dl_file.sh') diff --git a/home-manager/config/lf/cmds/dl_file.sh b/home-manager/config/lf/cmds/dl_file.sh index 9cb9023c..ac6d6ded 100644 --- a/home-manager/config/lf/cmds/dl_file.sh +++ b/home-manager/config/lf/cmds/dl_file.sh @@ -1,11 +1,11 @@ -#!/bin/sh +#!/usr/bin/env dash # shellcheck disable=SC2086 # shellcheck source=/dev/null -. ~/.local/lib/shell/lib +. %SHELL_LIBRARY_PATH # Provides the ability to download a file by dropping it into a window -url=$(dragon-drop -t -x) +url=$(dragon -t -x) if [ -n "$url" ]; then printf "File Name: " -- cgit 1.4.1