diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 18:26:47 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-04-04 18:26:47 +0200 |
commit | a5e3d93d4968301529873d05801979d6e4f868de (patch) | |
tree | 28209533b1f00cce31b6fca7854d67c33129942b /modules/by-name/lf | |
parent | fix(treewide): Migrate to taskwarrior version 3 (diff) | |
download | nixos-config-a5e3d93d4968301529873d05801979d6e4f868de.zip |
style(treewide): Format
Diffstat (limited to 'modules/by-name/lf')
-rwxr-xr-x | modules/by-name/lf/lf/commands/scripts/trash_restore.sh | 1 |
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 |