From 97e5f06a61570e2c0f8ee1dd7e91461c3069db5c Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Fri, 16 May 2025 21:36:50 +0500 Subject: [PATCH] added alias for lazygit --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index cfdd312..bd749d7 100644 --- a/.zshrc +++ b/.zshrc @@ -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"