Added alias for commong misspelling of git (gti)
authorAndrew DeFaria <A.DeFaria@cpanel.net>
Tue, 21 Mar 2023 17:22:36 +0000 (17:22 +0000)
committerAndrew DeFaria <A.DeFaria@cpanel.net>
Tue, 21 Mar 2023 17:22:36 +0000 (17:22 +0000)
rc/bash_login

index 4596387..bd91f1c 100644 (file)
@@ -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