From ab8517071e7334f8a9705f5c71f6694bf9a1375d Mon Sep 17 00:00:00 2001 From: Alexander Bell Date: Tue, 13 May 2025 01:48:03 +0200 Subject: [PATCH] alias for lazygit --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 43e2282..80f777a 100644 --- a/.bashrc +++ b/.bashrc @@ -5,9 +5,11 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# Aliases alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' alias l='ls -la' +alias lg='lazygit' fastfetch