I have seen some developers use abbrevations for commands in Intellij IDEA Terminal (may be it could be done in any Terminal, just saw it in Intellij) and would like to know how it is done. For example instead of
~/IdeaProjects/MyProject someBranch > mvn clean install
they used just
~/IdeaProjects/MyProject someBranch > mci
I have watched some tutorials how to define variables in a shell, but I am not sure either defining variables is the way how above is made to work, nor how to do it in Intellij. Any idea how it is realised? Not sure with what searchterm I should google.