diff options
author | Alan Pearce | 2024-04-16 19:32:37 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-16 19:32:37 +0200 |
commit | e2f70afec528e3e10be761292674d7400b93cd98 (patch) | |
tree | 934ec8961327c90675557661425033355fe0ce37 /user | |
parent | 6df345e70bd0c6180bc1711e0f4b7ab3fb564f25 (diff) | |
download | nixfiles-e2f70afec528e3e10be761292674d7400b93cd98.tar.lz nixfiles-e2f70afec528e3e10be761292674d7400b93cd98.tar.zst nixfiles-e2f70afec528e3e10be761292674d7400b93cd98.zip |
shell: add alias for git ls-files
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/shell.nix | 1 |
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"; |