From 38bce499bda7cec31c4fcc8d2439c0e88d9636eb Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 16 Jul 2026 01:51:08 -0400 Subject: [PATCH] fix(ls): pass --hyperlink=auto to eza for consistent OSC 8 behavior --- functions/ls.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/ls.fish b/functions/ls.fish index 89c34bf..2774fa3 100644 --- a/functions/ls.fish +++ b/functions/ls.fish @@ -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