Skip to content

Instantly share code, notes, and snippets.

@neilff
Created July 17, 2013 17:18
Show Gist options
  • Save neilff/6022546 to your computer and use it in GitHub Desktop.
Save neilff/6022546 to your computer and use it in GitHub Desktop.
Useful terminal commands
Open .profile
--------------------------------------------------
nano ~/.profile
Create an alias (in profile)
--------------------------------------------------
alias new_name='command to be performed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment