Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created February 26, 2017 07:33
Show Gist options
  • Save anton-petrov/5bf70fdffd39880176c0b72d102cf531 to your computer and use it in GitHub Desktop.
Save anton-petrov/5bf70fdffd39880176c0b72d102cf531 to your computer and use it in GitHub Desktop.
Terminal appearance for macOS
#
# Terminal appearance for macOS
#
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
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