[bin] Use emacs with dired instead of lf *.*

This commit is contained in:
Sebastian Schulze 2022-10-20 10:09:43 +02:00
parent 0c58cdf960
commit dde1655f32
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
exec foot --app-id 'files' lf $*
COMMAND="(dired \"${1}\")"
exec em -e "${COMMAND}"