shell: add alias for git ls-files
Alan Pearce alan@alanpearce.eu
Tue, 16 Apr 2024 19:32:37 +0200
1 files changed, 1 insertions(+), 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";