summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-16 19:32:37 +0200
committerAlan Pearce2024-04-16 19:32:37 +0200
commite2f70afec528e3e10be761292674d7400b93cd98 (patch)
tree934ec8961327c90675557661425033355fe0ce37
parent6df345e70bd0c6180bc1711e0f4b7ab3fb564f25 (diff)
downloadnixfiles-e2f70afec528e3e10be761292674d7400b93cd98.tar.lz
nixfiles-e2f70afec528e3e10be761292674d7400b93cd98.tar.zst
nixfiles-e2f70afec528e3e10be761292674d7400b93cd98.zip
shell: add alias for git ls-files
-rw-r--r--user/settings/shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index 70f88be3..a857e15c 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -84,6 +84,7 @@ in
       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";