all repos — dotfiles @ 9e8687309488aad0c29456fb4fb9ee642e0cb365

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▲ '
6PS2="> "