all repos — dotfiles @ a52c56ff35e57ae369a018ac15fe161f39fe775c

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