1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash dot="$(cd "$(dirname "$0")" || exit; pwd)" source "$dot/sonar-base.sh" if is_repo; then prepare_bash_colors render_prompt fi