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

2 files changed, 1 insertion(+), 1 deletion(-)

jump to
M user/settings/git.nixuser/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.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";