all repos — dotfiles @ 5f9bcaa2801fcb93bf5cbed574d6e6027c7f0c67

my *nix dotfiles

bash/.bashrc.d/99-prompt.bash (view raw)

1refresh_tmux() {
2    tmux refresh-client -S
3}
4PROMPT_COMMAND=refresh_tmux
5PS1="\n\001\e[0;36m\002▲\001\e[0m\002 ";
6PS2="> "