From e2227de6777afb67f2f4d84923ee203c68ba6d2d Mon Sep 17 00:00:00 2001 From: Skladnayazebra Date: Thu, 16 Apr 2026 10:15:36 +0200 Subject: alias "g" for lazygit --- zsh/alias.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zsh/alias.zsh') diff --git a/zsh/alias.zsh b/zsh/alias.zsh index baeb308..b06fbab 100644 --- a/zsh/alias.zsh +++ b/zsh/alias.zsh @@ -3,7 +3,7 @@ alias t='tmux' alias n='nvim' # dot at the beginning makes shell to cd into last dir selected in ranger alias rr='. ranger' -alias lg=lazygit +alias g=lazygit # connect to my earbuds alias b='bluetoothctl connect E4:92:82:B5:80:1F' alias p='cd ~/projects' -- cgit v1.3.1