Skip to content

Commit 14c5890

Browse files
committed
feat(zsh): convert gs alias to lazygit
1 parent 9eeb994 commit 14c5890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

home/dot_config/exact_zsh/exact_config/aliases.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ alias uuidgen='print -n ${$(command uuidgen):l} | pbcopy' # Generate a UUID and
1515
alias e="$EDITOR"; compdef e="$EDITOR"
1616
alias ge="$GUI_EDITOR"; compdef ge="$GUI_EDITOR"
1717
alias g='git'; compdef g='git'
18+
alias gs='lazygit'
1819
alias pn='pnpm'
1920
alias px='pnpx'
2021
alias cz='chezmoi'
@@ -40,7 +41,6 @@ typeset -A git_aliases=(
4041
lda log
4142
r reflog
4243
rd reflog
43-
s status
4444
sm submodule
4545
sw switch
4646
)

0 commit comments

Comments
 (0)