chore(zsh): add alias for LazyGit

This commit is contained in:
Stefan Imhoff
2021-11-29 18:57:47 +01:00
parent 20883f9c4a
commit 8e6c67343c

1
zshrc
View File

@@ -130,6 +130,7 @@ alias gsu='git submodule update'
alias gu='git up'
alias gw='git whatchanged'
alias gwp='git whatchanged -p'
alias lg='lazygit'
# Vim
if type nvim > /dev/null 2>&1; then