mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(zsh): add alias for LazyGit
This commit is contained in:
1
zshrc
1
zshrc
@@ -130,6 +130,7 @@ alias gsu='git submodule update'
|
|||||||
alias gu='git up'
|
alias gu='git up'
|
||||||
alias gw='git whatchanged'
|
alias gw='git whatchanged'
|
||||||
alias gwp='git whatchanged -p'
|
alias gwp='git whatchanged -p'
|
||||||
|
alias lg='lazygit'
|
||||||
|
|
||||||
# Vim
|
# Vim
|
||||||
if type nvim > /dev/null 2>&1; then
|
if type nvim > /dev/null 2>&1; then
|
||||||
|
|||||||
Reference in New Issue
Block a user