How about checks such as ```sh ! command -v grc >/dev/null 2>&1 && alias grc='git ...' ``` to avoid unexpected results for the user; for example, he might have aliased a command to use `grc`.
How about checks such as
to avoid unexpected results for the user; for example, he might have aliased a command to use
grc.