From 6d0158a7ad4e0fe173cdb3b2ada86164934cd55c Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Sun, 1 Mar 2026 16:46:24 -0500 Subject: [PATCH] lf() : suppress output --- dots/bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/bash/.bashrc b/dots/bash/.bashrc index ba4316b..e000998 100644 --- a/dots/bash/.bashrc +++ b/dots/bash/.bashrc @@ -98,7 +98,7 @@ esac # --- lf() { local tmp=$(mktemp) - command foot lf -last-dir-path="$tmp" "$@" & + command foot lf -last-dir-path="$tmp" "$@" &>/dev/null & if [[ -f "$tmp" ]]; then local dir=$(cat "$tmp") rm -f "$tmp"