Add more common shell aliases
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M user/settings/zsh.nix → user/settings/zsh.nix
@@ -180,6 +180,7 @@ 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";