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