all repos — dotfiles @ 13e6298f33be60b6b6d3bfe0b30dc4f55aab02d0

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