I've been using cygwin mintty for awhile now and it supports the use of custom alias's by simply defining them in the bashRC file of my user properties. Essentially I could type "test" and have it execute a script that may look something like "C:\randomfolder\manySubfolders\someScript.pl" as it simply replaces the shortcut alias with the long path to a script.
This behavior is supported in the notepad++ plugin NPPExec using npe_cmdalias alias = full command.
This works well, however my custom alias's are lost when NPP is restarted. Is there a way to make these alias's persist?
Thanks!