Skip to content

Instantly share code, notes, and snippets.

@oviniciusfeitosa
Created March 24, 2020 14:45
Show Gist options
  • Save oviniciusfeitosa/307a1363695aaeeada6125fcecd9fdd2 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/307a1363695aaeeada6125fcecd9fdd2 to your computer and use it in GitHub Desktop.
[ Linux ] Alias from Profile
sudo vim ~/.profile
  • Add an alias at end of file
...

alias hello_world="echo \"Hello World!\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment