change trash-util binary name
This commit is contained in:
parent
e2a29fac4f
commit
e22188d0f5
1 changed files with 3 additions and 3 deletions
|
@ -27,13 +27,13 @@ cmd open-with ${{
|
|||
}}
|
||||
|
||||
cmd trash &{{
|
||||
trash-cli put $fx
|
||||
trash-util put $fx
|
||||
lf -remote "send load"
|
||||
}}
|
||||
|
||||
cmd trash-restore ${{
|
||||
fileid=$(
|
||||
trash-cli list "$PWD" |
|
||||
trash-util list "$PWD" |
|
||||
fzf -d '\0' \
|
||||
--with-nth=1 \
|
||||
--nth=1 \
|
||||
|
@ -41,7 +41,7 @@ cmd trash-restore ${{
|
|||
cut -d '' -f 2
|
||||
)
|
||||
[ -z "$fileid" ] && exit
|
||||
trash-cli restore $fileid
|
||||
trash-util restore $fileid
|
||||
}}
|
||||
|
||||
cmd lazygit ${{
|
||||
|
|
Loading…
Add table
Reference in a new issue