dotfiles

dotfiles
git clone git://git.wimdupont.com/dotfiles.git
Log | Files | Refs | README | LICENSE

commit bc28e59ca9111e8d8d02ed477fb17e0252b739f2
parent cd701f8303070a44008b4ac3f901786da6977ebb
Author: Wim Dupont <wim@wimdupont.com>
Date:   Sun, 23 Jun 2024 22:27:24 +0200

lf open in current shell

Diffstat:
Mlfrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfrc b/lfrc @@ -80,7 +80,7 @@ cmd tar ${{ cmd open &{{ case $(file --mime-type -Lb $f) in text/*) lf -remote "send $id \$$EDITOR \$fx";; - *) lf -remote "send $id \$xdg-open \$f";; + *) lf -remote "send $id \$xdg-open \$fx";; esac }}