summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net:foret/Prompts.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net:foret/Prompts.zsh b/net:foret/Prompts.zsh
index d93120d..85c30f4 100644
--- a/net:foret/Prompts.zsh
+++ b/net:foret/Prompts.zsh
@@ -46,7 +46,7 @@ __compilation_target ()
[ -n "$TARGET" ] || return
echo -n $C_
export | grep -q '^TARGET=' && echo -n "1;"
- echo -n $_make_colors[target]$_C$TARGET
+ echo -n $_make_colors[target]$_C$(echo $TARGET | sed 's/-\([A-Z]\)[A-Z]\+/-\1/g')
}
__verbose_compilation ()