Created
February 9, 2013 05:50
-
-
Save jasoet/4744094 to your computer and use it in GitHub Desktop.
Mengaktifkan Color Di Terminal dan di GUAKE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #Mengaktifkan di Terminal Console | |
| #nano ~/.bashrc | |
| #uncomment #force_color_prompt=yes | |
| #Mengaktifkan di Guake | |
| #$ echo $TERM | |
| #$ dumb | |
| #then, | |
| #nano ~/.bashrc | |
| #export TERM=xterm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment