From e9c1208713a752ba02025db6be046063af497f13 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 27 Feb 2026 19:12:01 -0500 Subject: [PATCH] open lf in foot --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index b87fde0..cf8d5eb 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -94,7 +94,7 @@ esac # --- lf() { local tmp=$(mktemp) - command lf -last-dir-path="$tmp" "$@" + command foot lf -last-dir-path="$tmp" "$@" & if [[ -f "$tmp" ]]; then local dir=$(cat "$tmp") rm -f "$tmp"