feat(aliases): Ajout alias pour lazygit

This commit is contained in:
Xavier Logerais 2023-11-02 15:09:54 +01:00
parent 33c51aa0a6
commit 5aad94e71b

5
aliases.d/lazygit Normal file
View File

@ -0,0 +1,5 @@
# Lazygit
if ( which lazygit &> /dev/null )
then
alias lg='lazygit'
fi