diff options
-rw-r--r-- | user/settings/git.nix | 1 | ||||
-rw-r--r-- | user/settings/zsh.nix | 1 |
2 files changed, 1 insertions, 1 deletions
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"; |