all repos — dotfiles @ c7a9e48bdfad3a636f1b166829cfea60aec08bdd

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