aboutsummaryrefslogtreecommitdiff
path: root/bash/board.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/board.bash')
-rw-r--r--bash/board.bash13
1 files changed, 7 insertions, 6 deletions
diff --git a/bash/board.bash b/bash/board.bash
index dfee05f..4df9f2a 100644
--- a/bash/board.bash
+++ b/bash/board.bash
@@ -1,14 +1,15 @@
#!/bin/bash
-BB_HIST_DIR="$HOME/.cache/bashboard/"
-BB_SHORTCUT=()
-BB_LIST_LEN=5
-BB_PRUNE_DAYS=5
+# config in ~/.files.config
+
+if [ "$BB_ENABLE"="yes" ]; then
+ return
+fi
[ ! -d "$BB_HIST_DIR" ] && mkdir -p "$BB_HIST_DIR"
-BB_COLOR_HIGHLIGHT="\e[0;34m"
-BB_COLOR_RESET="\e[39m"
+# Public var, not config
+BB_SHORTCUT=()
# format
# NUM EPOCH PATH