added alias for lazygit

This commit is contained in:
2025-05-16 21:36:50 +05:00
parent 95c3865f71
commit 97e5f06a61

1
.zshrc
View File

@ -18,6 +18,7 @@ bindkey '^I^I' autosuggest-accept
alias v="nvim"
alias ls="ls --color"
alias homeaudio="ncmpcpp -h 192.168.0.100"
alias lg="lazygit"
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"