diff options
Diffstat (limited to 'home-manager/config/lf/commands/scripts/dragon_stay')
-rwxr-xr-x | home-manager/config/lf/commands/scripts/dragon_stay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/config/lf/commands/scripts/dragon_stay b/home-manager/config/lf/commands/scripts/dragon_stay index 05eb606c..f3483483 100755 --- a/home-manager/config/lf/commands/scripts/dragon_stay +++ b/home-manager/config/lf/commands/scripts/dragon_stay @@ -1,7 +1,7 @@ #! /usr/bin/env dash # shellcheck source=/dev/null -SHELL_LIBRARY_VERSION="1.1.3" . %SHELL_LIBRARY_PATH +SHELL_LIBRARY_VERSION="1.1.4" . %SHELL_LIBRARY_PATH while read -r file; do set -- "$@" "$file"; |