From 48b65ac1209628e2252dcc7ac89d446ce3ffda74 Mon Sep 17 00:00:00 2001 From: Rikuoh Tsujitani Date: Sat, 26 Oct 2024 15:20:19 +0900 Subject: [PATCH] fix --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 59b8a24..c699c19 100644 --- a/.zshrc +++ b/.zshrc @@ -120,7 +120,7 @@ eval "$(rbenv init - zsh)" ## Flutter export CHROME_EXECUTABLE="/usr/bin/vivaldi" -function ya() { +function yaz() { tmp="$(mktemp -t "yazi-cwd.XXXXX")" yazi --cwd-file="$tmp" if cwd="$(cat -- "$tmp")" && [ -n "$cwd" ] && [ "$cwd" != "$PWD" ]; then