about summary refs log tree commit diff stats
path: root/modules/by-name/lf
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 18:26:47 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-04 18:26:47 +0200
commita5e3d93d4968301529873d05801979d6e4f868de (patch)
tree28209533b1f00cce31b6fca7854d67c33129942b /modules/by-name/lf
parentfix(treewide): Migrate to taskwarrior version 3 (diff)
downloadnixos-config-a5e3d93d4968301529873d05801979d6e4f868de.zip
style(treewide): Format
Diffstat (limited to 'modules/by-name/lf')
-rwxr-xr-xmodules/by-name/lf/lf/commands/scripts/trash_restore.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/by-name/lf/lf/commands/scripts/trash_restore.sh b/modules/by-name/lf/lf/commands/scripts/trash_restore.sh
index 5a7624db..cc2d4890 100755
--- a/modules/by-name/lf/lf/commands/scripts/trash_restore.sh
+++ b/modules/by-name/lf/lf/commands/scripts/trash_restore.sh
@@ -13,6 +13,5 @@ while IFS="$(printf '\n')" read -r file; do
     set -- "$@" "$(pwd)/$file"
 done <"$(conceal list | fzf --multi --ansi | awk '{$1="";$2=""; print $0}' | sed 's/^\s*//' | tmp)"
 
-
 [ "$#" -ne 0 ] && trash restore --match=exact "$@"
 # vim: ft=sh