7 lines
76 B
Plaintext

#/bin/bash
if (command -v lazygit &> /dev/null)
then
alias lg=lazygit
fi