All over the internet you see this commands
alias hello='echo Hello'
Yes, I know the above is a lame example, but it's beside the point. If I execute that, it works. But when I restart my computer, it is lost. Why? a bug with the alias command? Why would it only work until a restart is executed?
Thanks