Use gls to call prefixed coreutils rather than git ls-files
1 file changed, 0 insertions(+), 1 deletion(-)
changed files
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";