bash-it/themes/square/square.theme.bash

8 lines
130 B
Bash

#!/usr/bin/env bash
prompt() {
PS1="${green}\w${reset_color} $(__git_ps1 [${red}%s${reset_color}])$ "
}
PROMPT_COMMAND=prompt