Illumadmin

Subscribe
Archives
March 21, 2024

Create Permanent Aliases

There are several ways to do it, here it is how I do.

┌ Open a terminal and switch to root

su -

┌ Create an alias

echo 'alias mysuperLS="ls -shla" >> /export/home/USER/.bashrc
echo 'alias mysuperLS="ls -shla" >> /etc/profile

On OmniOSce, just change /export/home/USER to /home/USER in the first command.

Close root session, then log in.

Don't miss what's next. Subscribe to Illumadmin:
This email brought to you by Buttondown, the easiest way to start and grow your newsletter.