diff --git a/init.el b/init.el index 24be55a..a3513d2 100644 --- a/init.el +++ b/init.el @@ -3037,7 +3037,7 @@ Actually, return the method name." ("n" "find-file $1") ("emacs" "find-file $1") ("nvim" "find-file $1") - ("ls" "eza --git -F $*") + ("ls" "eza --git -F=auto $*") ("la" "ls -a $*") ("l" "ls -l $*") ("ll" "la -l $*")