Skip to content

Instantly share code, notes, and snippets.

@miss-invincible
Created April 20, 2017 00:14
Show Gist options
  • Save miss-invincible/cdb8febdcb915534a0f8079c72b9ca67 to your computer and use it in GitHub Desktop.
Save miss-invincible/cdb8febdcb915534a0f8079c72b9ca67 to your computer and use it in GitHub Desktop.
to make ~/bashrc file run automatically on each terminal start
open .bash_profile file (vim ~/.bash_profile)
add this ->
[[ -s ~/.bashrc ]] && source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment