all repos — dotfiles @ 1e364fcfa42dbc4f3d584807ac068c090214a2db

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