From e9f05d5d082e6a13f48087c3af9d00ebddca4a33 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 23 May 2025 18:19:38 +0200 Subject: [PATCH] git: Add ls -> ls-files alias --- .config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/git/config b/.config/git/config index 81deea4..6549b8d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -30,6 +30,7 @@ ssh-and-https = https-and-ssh l = log last-changed = "!git-zsh-autoload last-changed" + ls = ls-files make-fork = "!git-zsh-autoload make-fork" p = push perm-stash = "!git-zsh-autoload perm-stash"