summaryrefslogtreecommitdiff
path: root/hosts/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common.nix')
-rw-r--r--hosts/common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index b890431..3817a62 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -35,7 +35,7 @@
"mv" = "mv -i";
"rm" = "rm -i";
"cp" = "cp -i";
- "ls" = "ls -A --color=auto";
+ "ls" = "ls -F -G -A --color=auto";
"grep" = "grep --color=auto";
"file" = "file --no-dereference";
"tree" = "tree --dirsfirst";