From: Andrew DeFaria Date: Tue, 21 Mar 2023 17:22:36 +0000 (+0000) Subject: Added alias for commong misspelling of git (gti) X-Git-Url: https://defaria.com/gitweb/?a=commitdiff_plain;h=103e71a9a44abf6774234f75293e45a52cf21a81;p=clearscm.git Added alias for commong misspelling of git (gti) --- diff --git a/rc/bash_login b/rc/bash_login index 4596387..bd91f1c 100644 --- a/rc/bash_login +++ b/rc/bash_login @@ -201,6 +201,7 @@ fi alias ll="ls -la" alias whence="type -p" alias mroe=more +alias gti=git if [ $ARCHITECTURE = "cygwin" ]; then alias host=nslookup