all repos — dotfiles @ ce1c2f28bb389820ff172845a75148c1fca8e0ab

my *nix dotfiles

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="> "