Created
January 8, 2017 04:10
-
-
Save adcreare/08da9d0e041bb210be9a2c6efc397530 to your computer and use it in GitHub Desktop.
server .bashrc profile for bashrc with colors
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
### my added | |
alias tmux='tmux -2' # for 256color | |
#alias tmux='tmux -u' # to get rid of unicode rendering problem | |
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagacad | |
#username red - hostname yellow text blue highlight - path purple | |
export PS1='\[\e[01;31m\]\u\[\e[01;0m\]@\[\e[01;33;44m\]\h\[\e[01;0m\]:\[\e[01;35m\]\w\[\e[01;0m\]\$ ' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment