Changing default cell borrow to provide a 5+3+1 cell.

Change-Id: Ic993aaf2312c2aa149fac1fdff556fd3044bb95a
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 438932b..9f363a9 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -229,7 +229,7 @@
         clearCell
         aux="/tmp/cell-$$"
         duration=${2:-0}
-        spec=${3:-3+1}
+        spec=${3:-5+3+1}
         spec=${spec//+/%2B}
         user=${4:-$(id -un)}
         hint=${5:-""}