Skip to content

Instantly share code, notes, and snippets.

@mrjasonweaver
Created December 9, 2017 19:33
Show Gist options
  • Save mrjasonweaver/c2dceb53d7a3eb04a0650d57b6bda478 to your computer and use it in GitHub Desktop.
Save mrjasonweaver/c2dceb53d7a3eb04a0650d57b6bda478 to your computer and use it in GitHub Desktop.
bold=$(tput bold)
reset=$(tput sgr0)
export PS1="\u@\h 📂 \[$bold\]\W\[$reset\] "
export CLICOLOR=1
export LSCOLORS=exGxcxdxbxegedabagacad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment