From 2828ce7b4e281ca64d2a4f748228620cfc5cd732 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Thu, 17 Oct 2024 02:08:05 -0700 Subject: [PATCH] Beef up exa/eza configs Add OSC-8 links and type icons --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index aaaa248..4bd3b5b 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 + alias ls="exa --icons --hyperlink" fi setopt appendhistory