Skip to content

Instantly share code, notes, and snippets.

@eltonvs
Created February 4, 2016 23:08
Show Gist options
  • Save eltonvs/580249b886122943a0da to your computer and use it in GitHub Desktop.
Save eltonvs/580249b886122943a0da to your computer and use it in GitHub Desktop.
$ sudo gedit ~/.bashrc
# Add a comment to unset color_prompt force_color_prompt
# Remove '#' from force_color_prompt=yes
# To C++ friendly
# Add at the EOF:
# Set c++11 as default compiler
alias g++="g++ --std=c++11 -Wall"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment