From d63d9a14b82cc6a687a598275388ea00b1e15954 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 27 Aug 2021 11:04:56 +0100 Subject: Cleaner post build title --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bashrc') 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 } -- cgit v1.2.3