all repos — nixfiles @ e2f70afec528e3e10be761292674d7400b93cd98

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

shell: add alias for git ls-files

Alan Pearce
commit

e2f70afec528e3e10be761292674d7400b93cd98

parent

6df345e70bd0c6180bc1711e0f4b7ab3fb564f25

1 file changed, 1 insertion(+), 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";