Created
January 8, 2017 04:10
-
-
Save adcreare/08da9d0e041bb210be9a2c6efc397530 to your computer and use it in GitHub Desktop.
Revisions
-
adcreare created this gist
Jan 8, 2017 .There are no files selected for viewing
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 charactersOriginal 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\]\$ '