diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 316068f..9990c99 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -7,7 +7,7 @@ alias ls="ls --classify --color --group-directories-first --quoting-style=litera which eza > /dev/null if [[ $? -eq 0 ]]; then - alias l="eza --group --long --git --group-directories-first --extended --binary" + alias l="eza --group --long --git --group-directories-first --extended --binary --no-quotes" alias ll="l --all" alias lt="l --tree"