From fcf0660640852b47123a3e2de4eb122f0a299100 Mon Sep 17 00:00:00 2001 From: Martin Blazik Date: Sat, 19 Sep 2020 16:20:57 +0200 Subject: [PATCH] Cheatsheet Tools --- doc/cheatsheet.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/cheatsheet.md b/doc/cheatsheet.md index 1197308..daa419b 100644 --- a/doc/cheatsheet.md +++ b/doc/cheatsheet.md @@ -32,8 +32,9 @@ set -o nounset set -o pipefail ``` -### A shell script static analysis tool -[ShellCheck](https://github.com/koalaman/shellcheck) +### Tools +- [ShellCheck](https://github.com/koalaman/shellcheck) A shell script static analysis tool +- [direnv](https://direnv.net/) Directory specific variables ## Kubernetes