From 34f640c6599950a8bb7fce25841a4b7d6b791140 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 20 Oct 2024 00:54:35 -0700 Subject: [PATCH] Remove OSC-8 links from eza This was actually a bad idea. It horks grep and a ton of other stuff. --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 76b2e58..76aad2e 100644 --- a/.zshrc +++ b/.zshrc @@ -15,7 +15,7 @@ alias grep='grep -EIs --color=auto --exclude-dir=.git' # Use exa if we have it # I don't want this in .profile because it's not completely backward compatible with ls if [ -e /usr/bin/exa ]; then - alias ls="exa --icons --hyperlink" + alias ls="exa --icons" fi setopt appendhistory