From 40088849384907351ebea8defd9c92ee692a3f52 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 9 Apr 2020 13:18:23 +0200 Subject: Add more common shell aliases --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/zsh.nix') diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix index 3fb6d57d..4eafb0fe 100644 --- a/user/settings/zsh.nix +++ b/user/settings/zsh.nix @@ -180,6 +180,7 @@ 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