From 03a53b006bbe98658afc5d3d07a862c427a594a7 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 17 Jan 2026 22:47:53 +0100 Subject: [PATCH] yazi in ~ --- home-modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-modules/fish.nix b/home-modules/fish.nix index 6978e6f..367c8d6 100644 --- a/home-modules/fish.nix +++ b/home-modules/fish.nix @@ -98,7 +98,7 @@ if not set -q IN_NIX_SHELL if set -q SESSION_FROM_DE set tmp (mktemp -t "yazi-cwd.XXXXX") - yazi --cwd-file="$tmp" + yazi --cwd-file="$tmp" ~ if set cwd (cat -- "$tmp"); and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ] builtin cd -- "$cwd" end