Advertisement
Guest User

Untitled

a guest
May 26th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. # Config
  2. export CLICOLOR=1
  3. export LSCOLORS=dxfxcxgxbxegedabagacad
  4. PS1='\[\e[0;32m\]\u@\h\[\e[0m\] \[\e[0;33m\]\W\[\e[0m\]\$ '
  5.  
  6. # Aliases
  7. alias ll='ls -lah'
  8. alias grep='grep --color'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement