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"