gs
lazygit
1 parent 9eeb994 commit 14c5890Copy full SHA for 14c5890
1 file changed
home/dot_config/exact_zsh/exact_config/aliases.zsh
@@ -15,6 +15,7 @@ alias uuidgen='print -n ${$(command uuidgen):l} | pbcopy' # Generate a UUID and
15
alias e="$EDITOR"; compdef e="$EDITOR"
16
alias ge="$GUI_EDITOR"; compdef ge="$GUI_EDITOR"
17
alias g='git'; compdef g='git'
18
+alias gs='lazygit'
19
alias pn='pnpm'
20
alias px='pnpx'
21
alias cz='chezmoi'
@@ -40,7 +41,6 @@ typeset -A git_aliases=(
40
41
lda log
42
r reflog
43
rd reflog
- s status
44
sm submodule
45
sw switch
46
)
0 commit comments