i be working

This commit is contained in:
2026-03-13 12:21:18 +00:00
parent 442284c92f
commit 24bad1f5c4
7 changed files with 108 additions and 8 deletions
+15
View File
@@ -0,0 +1,15 @@
function yazi --wraps yazi --description "Yazi wrapper that forces Chafa inside Zellij"
if set -q ZELLIJ
begin
set -e DISPLAY
set -e WAYLAND_DISPLAY
set -e SWAYSOCK
set -e HYPRLAND_INSTANCE_SIGNATURE
set -e WAYFIRE_SOCKET
set -lx TERM xterm-256color
command yazi $argv
end
else
command yazi $argv
end
end