Skip to content

Instantly share code, notes, and snippets.

@Hoobie
Last active April 10, 2018 19:22
Show Gist options
  • Save Hoobie/052dc307aadd5677372d71d1ab1a7d10 to your computer and use it in GitHub Desktop.
Save Hoobie/052dc307aadd5677372d71d1ab1a7d10 to your computer and use it in GitHub Desktop.
export CLICOLOR=1
PS1="\[\033[0;33m\][\!]\`if [[ \$? = "0" ]]; then echo "\\[\\033[32m\\]"; else echo "\\[\\033[31m\\]"; fi\`[\u.\h: \`if [[ `pwd|wc -c|tr -d " "` > 18 ]]; then echo "\\W"; else echo "\\w"; fi\`]\$\[\033[0m\] "; echo -ne "\033]0;`hostname -s`:`pwd`\007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment