From 7e362b6ec862939bbdd8217fe0b7a76ba48878e1 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Mon, 21 Oct 2024 01:22:54 +0200 Subject: [PATCH] show dot files when bulk renaming in lf --- lf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lf.nix b/lf.nix index d4519da..6ceaed0 100644 --- a/lf.nix +++ b/lf.nix @@ -80,7 +80,7 @@ if [ -n "$fs" ]; then fs="$(basename -a $fs)" else - fs="$(ls)" + fs="$(ls -a)" fi printf '%s\n' "$fs" >"$old" printf '%s\n' "$fs" >"$new"