Use gls to call prefixed coreutils rather than git ls-files
Alan Pearce alan@alanpearce.eu
Tue, 29 Dec 2020 12:41:41 +0100
2 files changed, 1 insertions(+), 1 deletions(-)
M user/settings/git.nix → user/settings/git.nix
@@ -68,6 +68,7 @@ aliases = { authors = "shortlog -s -n"; mup = "merge FETCH_HEAD"; rup = "rebase FETCH_HEAD"; + ls = "ls-files"; st = "status -sb"; ci = "commit"; br = "branch";
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -148,7 +148,6 @@ gm = "git merge"; ge = "git remote"; gr = "git rebase"; gz = "git stash"; - gls = "git ls-files"; gzl = "git stash list"; gzp = "git stash pop"; gdt = "git difftool";