summaryrefslogtreecommitdiffstats
path: root/prompt.bash
blob: 1709ae227c5c2256c6ec494d419894e439e46adb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#! /usr/bin/env bash

dot="$(cd "$(dirname "$0")"; pwd)"
args=$@
source "$dot/sonar-base.sh"

if is_repo; then
  prepare_bash_colors
  render_prompt
fi