<div style="flex:1 1 30%;display:flex;align-items:center;justify-content:center;"> <div style="display:flex; align-items:center; justify-content:center; height:100%;"> <a href="https://www.enginyring.com/en/virtual-servers" target="_blank" style="display:block; width:70%;"> <img src="https://cdn.enginyring.com/img/illustrations/bashrc-ad.png" alt="Need a VM to practice your Linux skills? Check out our plans!" style="width:100%; max-width:100%; object-fit:contain; border-radius:12px; box-shadow:0 2px 8px #0002;"> </a> </div> </div>
A bash alias is a shortcut for a longer command or set of commands. Put them in your ~/.bashrc
or ~/.bash_aliases
for faster typing and fewer mistakes.
Copy and paste them into your ~/.bashrc
file, save, then run source ~/.bashrc
to reload in your terminal.
Alias names cannot contain spaces or quotes. Commands can be anything valid in your shell, but always test new aliases for typos.
From advanced aliases to custom scripts, our team can help streamline your Linux CLI.
Get in Touch