all repos — nixfiles @ e2f70afec528e3e10be761292674d7400b93cd98

System and user configuration, managed by nix and home-manager

shell: add alias for git ls-files
Alan Pearce alan@alanpearce.eu
Tue, 16 Apr 2024 19:32:37 +0200
commit

e2f70afec528e3e10be761292674d7400b93cd98

parent

6df345e70bd0c6180bc1711e0f4b7ab3fb564f25

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/shell.nixuser/settings/shell.nix
@@ -84,6 +84,7 @@ gk = "git push";       gkf = "git push --force-with-lease";
       gj = "git pull";
       gl = "git lg";
+      gls = "git ls";
       gm = "git merge";
       ge = "git remote";
       ges = "git remote -v show";