all repos — nixfiles @ 40088849384907351ebea8defd9c92ee692a3f52

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

Add more common shell aliases

Alan Pearce
commit

40088849384907351ebea8defd9c92ee692a3f52

parent

fe5710eeea8a241f9b11c8bf95b3e609bd80b65b

1 file changed, 1 insertion(+), 0 deletions(-)

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