Question about bash

Jump to First Reply
Posted:
in macOS edited January 2014
in tcsh, i was able to enable color in the terminal w/ the line setenv TERM xterm-color in my ~/.tcshrc file, and it would work at my school to just type the line in when starting a new terminal session.



However, my school has now changed their shell to bash, and i cant use that line any more, is there a similar way to do this in bash?

Comments

  • Reply 1 of 1
    Do this in your .bashrc :



    export TERM=xterm-color



    OR



    TERM=xterm-color

    export TERM
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.