From e2f70afec528e3e10be761292674d7400b93cd98 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 16 Apr 2024 19:32:37 +0200 Subject: shell: add alias for git ls-files --- user/settings/shell.nix | 1 + 1 file changed, 1 insertion(+) 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"; -- cgit 1.4.1