Advertisement
iamos

os_x_mybash_profile

Apr 1st, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.54 KB | None | 0 0
  1. # enables color in the terminal bash shell
  2. export CLICOLOR=1
  3. # sets up the color scheme for list
  4. export LSCOLORS=Gxfxcxdxbxegedabagacad
  5. # export LSCOLORS=ExFxCxDxBxegedabagacad
  6. # enables color for iTerm
  7. export TERM=xterm-color
  8.  
  9. # sets up proper alias commands when called
  10. alias ls='ls -G'
  11. alias ll='ls -hl'
  12. alias mampmysql='/Applications/MAMP/Library/bin/mysql --host=localhost'
  13.  
  14. ###LOOKUP
  15. # mysqld start => launchctl load -w /usr/local/Celler/mysql/~~/homeb~
  16. # mysqld stop => launchctl unload -w /usr/local/Celler/mysql/~~/homeb~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement