Skip to content

Instantly share code, notes, and snippets.

@celian-m
Created February 24, 2016 16:57
Show Gist options
  • Save celian-m/e2c627972b209ea0c98a to your computer and use it in GitHub Desktop.
Save celian-m/e2c627972b209ea0c98a to your computer and use it in GitHub Desktop.
MAC OS X Bash Profile basic
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
alias sub='sublime'
alias ll='ls -la'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment