Skip to content

Instantly share code, notes, and snippets.

@andreasneuber
Created July 19, 2020 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreasneuber/7836c21e7bb12eced2e4a2418eebde4e to your computer and use it in GitHub Desktop.
Save andreasneuber/7836c21e7bb12eced2e4a2418eebde4e to your computer and use it in GitHub Desktop.
Add alias command to Ubuntu / Linux-Lite - one-liner
echo "alias aliasname='command'" >> ~/.bash_aliases && source ~/.bash_aliases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment