Guest User

Untitled

a guest
Feb 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Add color to the Terminal
  2. export CLICOLOR=1
  3. export TERM=xterm-color
  4. export LSCOLORS=gxgxcxdxbxegedabagacad # cyan directories
  5. export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ '
Add Comment
Please, Sign In to add comment