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.

Revisions

  1. adcreare created this gist Jan 8, 2017.
    9 changes: 9 additions & 0 deletions .bashrc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ### 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\]\$ '