diff options
Diffstat (limited to '')
-rw-r--r-- | home-manager/config/lf/cmds/archive.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |