Skip to content

Instantly share code, notes, and snippets.

@scriptonian
Last active October 5, 2016 02:20
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 scriptonian/5aead9c9dafebec11d5cd10dbe675b73 to your computer and use it in GitHub Desktop.
Save scriptonian/5aead9c9dafebec11d5cd10dbe675b73 to your computer and use it in GitHub Desktop.
//open or create a .bashrc file
vim ~/.bashrc
click I to start editing
add your alias or commands you would like to save
Hit Escape
Then type ':wq'
You can close terminal to install changes... of if you dont want to type the command: source ~/.bashrc
That will compile the changes so you dont have to close the terminal window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment