Guest User

Untitled

a guest
Jan 21st, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. export CLICOLOR=1
  2.  
  3. if [ -f `brew --prefix`/etc/bash_completion ]; then
  4. . `brew --prefix`/etc/bash_completion
  5. fi
  6.  
  7.  
  8. PS1='\u@\h:\w $(vcprompt)\$ '
  9. alias ll='ls -la'
Add Comment
Please, Sign In to add comment