Guest User

Untitled

a guest
May 24th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # in ~/.bash_profile copypaste following:
  2. #
  3. # color
  4. export CLICOLOR=1
  5. # use yellow for directories
  6. export LSCOLORS=dxfxcxdxbxegedabagacad
  7.  
  8. # set prompt:
  9. # user@computer:full pwd
  10. # $
  11. export PS1="\u@\h:\033[1;30;47m\w\033[0;32;40m\n$ "
Add Comment
Please, Sign In to add comment