diff options
author | ene <ene@sils.li> | 2023-02-19 21:29:01 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-19 21:30:25 +0100 |
commit | 9108d474af7776767d93eb933ff4b0b09772917a (patch) | |
tree | 0f8706dd91d9f6b9242717e482e41f8b6b24ed8e /home-manager/config/lf/cmds/dl_file.sh | |
parent | Fix(bootstrap): Fix a copy and paste oversight (diff) | |
download | nixos-config-9108d474af7776767d93eb933ff4b0b09772917a.zip |
Feat(lf): Add dependencies for the shell scripts
Diffstat (limited to '')
-rw-r--r-- | home-manager/config/lf/cmds/dl_file.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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: " |