Skip to content

Instantly share code, notes, and snippets.

@headStyleColorRed
Created October 30, 2020 18:39
Show Gist options
  • Save headStyleColorRed/66b10e2c41263572d49178908149c023 to your computer and use it in GitHub Desktop.
Save headStyleColorRed/66b10e2c41263572d49178908149c023 to your computer and use it in GitHub Desktop.
# Adds nice coloring to see the folders putting this on the bottom of ~/.bashrc
PS1='\[\033[1;36m\]\u\[\033[1;31m\]@\[\033[1;32m\]\h:\[\033[1;35m\]\w\[\033[1;31m\]\$\[\033[0m\] '
LS_COLORS=$LS_COLORS:'di=0;36:' ; export LS_COLORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment