Add ls color alias to xonsh

This commit is contained in:
Greg Hellings
2023-06-28 22:50:29 -05:00
parent 4b3069cea6
commit 5281a118ac
+2 -1
View File
@@ -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";