fix(ls): pass --hyperlink=auto to eza for consistent OSC 8 behavior

This commit is contained in:
2026-07-16 01:51:08 -04:00
parent f3533835be
commit 38bce499bd
+1 -1
View File
@@ -21,7 +21,7 @@ function ls --description 'List all files'
end
if which eza >/dev/null 2>&1
eza -l -a --icons --color=auto --hyperlink $argv
eza -l -a --icons --color=auto --hyperlink=auto $argv
else if which lsd >/dev/null 2>&1
lsd -l -a --hyperlink=auto $argv