add rofi config

This commit is contained in:
2026-06-11 19:38:59 +05:30
parent 72e90c145e
commit 13761018ae
28 changed files with 644 additions and 612 deletions

View File

@@ -1,8 +0,0 @@
function y
set tmp (mktemp -t "yazi-cwd.XXXXXX")
yazi $argv --cwd-file="$tmp"
if read -z cwd <"$tmp"; and [ -n "$cwd" ]; and [ "$cwd" != "$PWD" ]
builtin cd -- "$cwd"
end
rm -f -- "$tmp"
end