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"