Skip to content

Instantly share code, notes, and snippets.

@m4r00p
Created August 27, 2018 06:57
Show Gist options
  • Save m4r00p/d2fd65a7e328635057269fea73575857 to your computer and use it in GitHub Desktop.
Save m4r00p/d2fd65a7e328635057269fea73575857 to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
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