Skip to content

Commit

Permalink
lf config
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed Mar 15, 2024
1 parent c9424a1 commit 7e764b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home-manager/lf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ in
text/* | inode/x-empty)
lf -remote "send $id \$nvim \$fx"
;;
application/zip | application/gzip | application/x-tar)
lf -remote "send $id extract \$fx"
;;
*)
for f in $fx; do xdg-open $f; done
;;
Expand Down

0 comments on commit 7e764b7

Please sign in to comment.