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