summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bashrc b/bashrc
index e065b0d..8e62e76 100644
--- a/bashrc
+++ b/bashrc
@@ -115,9 +115,9 @@ build() {
CCACHE_BASEDIR=$(git root) nice -n5 b2 -j$TASKS $@
rtn=$?
if [ $rtn -eq 0 ]; then
- title "Build success ${PWD/#$HOME/\~}"
+ title "✔ ${PWD/#$HOME/\~} $@"
else
- title "Build failed ${PWD/#$HOME/\~}"
+ title "✘ ${PWD/#$HOME/\~} $@"
fi
return $rtn
}