01 / 08
What you made is gone
Call the alias you made last lesson once more.
~ $ ll-sh: ll: not foundNot there. It goes when you close the terminal. The same for variables.
VAR=value goneexport VAR gonealias l=... goneadded to PATH goneEverything you did in chapter 10, gone. Making it all again every time is asking too much.
So there is an arrangement for it.
> When you open a terminal, a certain file gets read for you
Write in that file and the settings are in force the moment you open one. Today you learn where that place is.
With this you get a shell of your own. The same Linux feels different from person to person, and this is why.