Skip to content

Instantly share code, notes, and snippets.

@marando
Created June 12, 2016 18:05
Show Gist options
  • Save marando/ba8081216612e29ea65d422a4b0cc77d to your computer and use it in GitHub Desktop.
Save marando/ba8081216612e29ea65d422a4b0cc77d to your computer and use it in GitHub Desktop.
Make OS X Terminal like Ubuntu
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ '
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -GFh'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment