Beef up exa/eza configs

Add OSC-8 links and type icons
This commit is contained in:
Trysdyn Black 2024-10-17 02:08:05 -07:00
parent d490baa28d
commit 2828ce7b4e

2
.zshrc
View file

@ -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