Skip to content

Instantly share code, notes, and snippets.

@kozhin
Created April 4, 2016 20:10
Show Gist options
  • Save kozhin/17c3f93077ac9844be9b5bb46b4548ce to your computer and use it in GitHub Desktop.
Save kozhin/17c3f93077ac9844be9b5bb46b4548ce to your computer and use it in GitHub Desktop.
Bash colors
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
@kozhin
Copy link
Author

kozhin commented Apr 4, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment