Ross Lynch wrote: > > Hi all, > > Trying to set aliases in a shell script that remain active when the shell > script is finished running. How is it done? 'man bash' and search for the 'export' command. Vin