this goes in my bash profile:
XRESET='\[\033[00m\]'
PROMPT_PATH="\[\033[0;33m\]\W${XRESET} \[\033[1;37m\]\$${XRESET}"
PROMPT_GHOST="༼ つ\[\033[1;33m\]°${XRESET}\[\033[1;31m\]︻\[\033[1;33m\]゜${XRESET}༽つ🐕"
export PS1="${PROMPT_GHOST} ${PROMPT_PATH} "
PROMPT_PATH
has been set to show the name of just the immediate parent directory, in yellow.PROMPT_GHOST
is the emoji/emoticon stuff
And it looks like: see image in comments
Resources:
- https://gist.github.com/vratiu/9780109: list of bash color codes and prompt variables
- http://asciimoji.com/