From 5281a118ac4481596324a2ebefba3e6bf24eaf83 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 28 Jun 2023 22:50:29 -0500 Subject: [PATCH] Add ls color alias to xonsh --- home/xonsh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/xonsh.nix b/home/xonsh.nix index 9c494ef..2ba4ed6 100644 --- a/home/xonsh.nix +++ b/home/xonsh.nix @@ -43,7 +43,8 @@ d = "vox deactivate"; devroles = "cd ~/src/ansible_collections/devroles"; dirflake = "nix flake new -t github:nix-community/nix-direnv"; - ll = "ls -l"; + ls = "ls --color"; + ll = "ls -l --color"; molcol = "molecule -c ../../tests/molecule.yml"; nixup = "nix flake lock --update-input"; pa = "cd ~/src/packaging";