i be working
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user