From 2da57835006168e27b7f9b3226706c342df90f3a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 18 Jul 2022 10:01:30 -0400 Subject: Delete ShellHook.sh in favor of just using direnv --- Biz/Ide/tips | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 Biz/Ide/tips (limited to 'Biz/Ide/tips') diff --git a/Biz/Ide/tips b/Biz/Ide/tips new file mode 100755 index 0000000..1b998e6 --- /dev/null +++ b/Biz/Ide/tips @@ -0,0 +1,12 @@ +#!/usr/bin/env bash +echo "" +echo "bizdev" | figlet | lolcat +echo "" +echo " bild compile code" +echo " repl start a repl" +echo " deps manage dependencies with niv" +echo " tips show this message" +echo " lint auto-lint all changed files" +echo " push send a namespace to the cloud" +echo " ship lint, bild, and push one (or all) namespace(s)" +echo "" -- cgit v1.2.3