Skip to content

Instantly share code, notes, and snippets.

@adcreare
Created January 8, 2017 04:10
Show Gist options
  • Save adcreare/08da9d0e041bb210be9a2c6efc397530 to your computer and use it in GitHub Desktop.
Save adcreare/08da9d0e041bb210be9a2c6efc397530 to your computer and use it in GitHub Desktop.
server .bashrc profile for bashrc with colors
### 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