summaryrefslogtreecommitdiffstats
path: root/prompt.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'prompt.zsh')
-rwxr-xr-xprompt.zsh11
1 files changed, 0 insertions, 11 deletions
diff --git a/prompt.zsh b/prompt.zsh
deleted file mode 100755
index 9c812ac..0000000
--- a/prompt.zsh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env zsh
-
-dot="$(cd "$(dirname "$0")" || exit; pwd)"
-source "$dot/sonar-base.sh"
-
-if is_repo; then
- autoload colors && colors
-
- prepare_zsh_colors
- render_prompt
-fi