config-bash/aliases.d/lazygit

6 lines
73 B
Plaintext
Raw Normal View History

# Lazygit
if ( which lazygit &> /dev/null )
then
alias lg='lazygit'
fi