6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
# Lazygit
|
|
if ( which lazygit &> /dev/null )
|
|
then
|
|
alias lg='lazygit'
|
|
fi
|