diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-16 10:31:09 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-03-16 10:31:09 +0900 |
| commit | 3d3bb8c1e229ff6647f7dc12410f78df37c878ba (patch) | |
| tree | c172bfd1c4d2d17da6a28068888843d052f6c399 /ar | |
| parent | e46d839402d4c936729c215bc8ecf1814fda37c4 (diff) | |
modified lf/lfrc
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/lf/lfrc b/ar/.config/lf/lfrc index a1ac309..328a5fc 100644 --- a/ar/.config/lf/lfrc +++ b/ar/.config/lf/lfrc @@ -355,7 +355,7 @@ cmd bulkrename ${{ tmpfile_old="$(mktemp)" tmpfile_new="$(mktemp)" - [ -n "$fs" ] && fs=$(basename -a $fs) || fs=$(ls) + [ -n "$fs" ] && fs=$(basename -a $fs) || fs=$([ "$lf_hidden" = "true" ] && ls -A || ls) echo "$fs" > "$tmpfile_old" echo "$fs" > "$tmpfile_new" |
