Skip to content

Instantly share code, notes, and snippets.

@vajonam
Created August 6, 2018 01:41
Show Gist options
  • Save vajonam/8ffa91e459725ea64f4a5cae8af29d6e to your computer and use it in GitHub Desktop.
Save vajonam/8ffa91e459725ea64f4a5cae8af29d6e to your computer and use it in GitHub Desktop.
nice colour prompt
PS1=\[\e]0;\u@\h: \w\a\]\[\033[0;31m\]\342\224\214\342\224\200$([[ $? != 0 ]] && echo "[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200")[\[\033[0;39m\]\u\[\033[01;33m\]@\[\033[01;96m\]\h\[\033[0;31m\]]\342\224\200[\[\033[0;32m\]$(pwd)\[\033[0;31m\]]\n\[\033[0;31m\]\342\224\224\342\224\200\342\224\200\342\225\274 \[\033[0m\]\[\e[01;33m\]\$\[\e[0m\]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment