all repos — nixfiles @ 2dee90e356aa218d5b9906fee768f04d4d621724

System and user configuration, managed by nix and home-manager

Use gls to call prefixed coreutils rather than git ls-files

Alan Pearce
commit

2dee90e356aa218d5b9906fee768f04d4d621724

parent

dfe0f1604f2492a534e14dd7dd12e8981e0c5f4e

1 file changed, 0 insertions(+), 1 deletion(-)

changed files
M user/settings/zsh.nixuser/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";