From 21a52f5a3a57607e10920bef02a800df9f6373a9 Mon Sep 17 00:00:00 2001 From: kody Date: Mon, 15 Dec 2025 10:16:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(zsh):=20=E4=BF=AE=E6=94=B9zsh=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 lazygit 的别名 --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 9ea287e..6e59db9 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -34,6 +34,8 @@ alias vim="nvim" alias ra="ranger" +alias lg="lazygit" + # Lsd alias ls="lsd" alias ll='lsd -l'