From 2dee90e356aa218d5b9906fee768f04d4d621724 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Dec 2020 12:41:41 +0100 Subject: Use gls to call prefixed coreutils rather than git ls-files --- user/settings/git.nix | 1 + user/settings/zsh.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/user/settings/git.nix b/user/settings/git.nix index 154c0a27..54ef3f7e 100644 --- a/user/settings/git.nix +++ b/user/settings/git.nix @@ -68,6 +68,7 @@ authors = "shortlog -s -n"; mup = "merge FETCH_HEAD"; rup = "rebase FETCH_HEAD"; + ls = "ls-files"; st = "status -sb"; ci = "commit"; br = "branch"; diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 893bce38..47945755 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -148,7 +148,6 @@ in ge = "git remote"; gr = "git rebase"; gz = "git stash"; - gls = "git ls-files"; gzl = "git stash list"; gzp = "git stash pop"; gdt = "git difftool"; -- cgit 1.4.1