shell: add alias for git ls-files
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/settings/shell.nix → user/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";