Sun Jun 23 10:28:04 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-23 22:28:04 +02:00
parent 5da182da3d
commit 40a8a9806d
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@
commands = { commands = {
jump = '' jump = ''
''${{ ''${{
source ${../zsh/files/functions.zsh} res=$(zsh -c "source ${../zsh/files/functions.zsh} && find_global d")
res=$(zsh -c " && find_global d")
lf -remote "send $id cd \"$res\"" lf -remote "send $id cd \"$res\""
}} }}
''; '';