diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:04:56 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:04:56 +0100 |
commit | d63d9a14b82cc6a687a598275388ea00b1e15954 (patch) | |
tree | 02ce4b073afb5db1f88e6c680757151d716efca8 /bashrc | |
parent | Modern hstr options (diff) | |
download | util-d63d9a14b82cc6a687a598275388ea00b1e15954.tar.bz2 util-d63d9a14b82cc6a687a598275388ea00b1e15954.tar.xz util-d63d9a14b82cc6a687a598275388ea00b1e15954.zip |
Cleaner post build title
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |