diff options
Diffstat (limited to 'prompt.bash')
-rwxr-xr-x | prompt.bash | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/prompt.bash b/prompt.bash deleted file mode 100755 index 07691fb..0000000 --- a/prompt.bash +++ /dev/null @@ -1,9 +0,0 @@ -#!/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 |