bash/.bashrc.d/99-prompt.bash (view raw)
1 2 3 4 5 6
refresh_tmux() { tmux refresh-client -S } PROMPT_COMMAND=refresh_tmux PS1="\n\001\e[0;36m\002▲\001\e[0m\002 "; PS2="> "