summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:04:56 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:04:56 +0100
commitd63d9a14b82cc6a687a598275388ea00b1e15954 (patch)
tree02ce4b073afb5db1f88e6c680757151d716efca8 /bashrc
parentModern hstr options (diff)
downloadutil-d63d9a14b82cc6a687a598275388ea00b1e15954.tar.bz2
util-d63d9a14b82cc6a687a598275388ea00b1e15954.tar.xz
util-d63d9a14b82cc6a687a598275388ea00b1e15954.zip
Cleaner post build title
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
}