Skip to content

Instantly share code, notes, and snippets.

@djbrugh
Last active August 29, 2015 14:01
Show Gist options
  • Save djbrugh/7d4338057a517eb1747b to your computer and use it in GitHub Desktop.
Save djbrugh/7d4338057a517eb1747b to your computer and use it in GitHub Desktop.
Shell environment settings to enable colored 'ls' output and format the prompt as host:user:path. The color setting uses bold dark blue for folders, which is my preference.
export PS1="\h:\u:\W$ "
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment