summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-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