summaryrefslogtreecommitdiffstats
path: root/prompt.bash
blob: 07691fb64db3a5e7e861cd41dbf2c25c5b548954 (plain) (blame)
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