summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:38:25 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:38:25 +0100
commitd3ff9137852ad5db95ce34e452544175c67541cc (patch)
tree5d17fa0f6ecb13d72027654f067eb3164763b63e
parentPut diffs in bin folder (diff)
downloadutil-d3ff9137852ad5db95ce34e452544175c67541cc.tar.bz2
util-d3ff9137852ad5db95ce34e452544175c67541cc.tar.xz
util-d3ff9137852ad5db95ce34e452544175c67541cc.zip
Add utils to PATH
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index ffee64f..5f210ae 100644
--- a/bashrc
+++ b/bashrc
@@ -91,6 +91,7 @@ bloatysizes() {
bloaty -s vm --domain=vm -d symbols -C full -n 0 $TARGET | tee /var/tmp/bloaty
}
+PATH="$HOME/work/smssite/utils:$PATH"
CORES=$(grep core\ id /proc/cpuinfo | wc -l)
CPUS=$(grep core\ id /proc/cpuinfo -c)
if [ -n "$DISTCC_HOSTS" ] ; then