From 5a1dcf79a583d0bb79b1c53accab6c09cef4c256 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Sat, 30 Mar 2024 20:35:49 +0330 Subject: [PATCH] chore: gst alias changed to gs for git status --- configs/shell/zsh/.zsh/aliases/helpers/git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shell/zsh/.zsh/aliases/helpers/git.zsh b/configs/shell/zsh/.zsh/aliases/helpers/git.zsh index 69a2e12..37fc212 100644 --- a/configs/shell/zsh/.zsh/aliases/helpers/git.zsh +++ b/configs/shell/zsh/.zsh/aliases/helpers/git.zsh @@ -1,5 +1,5 @@ alias lg="lazygit" -alias gst="git status" +alias gs="git status" alias gb="git branch" alias gc="git checkout" alias gl="git log --oneline --decorate --color"