We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 982fd3e commit bbef1fdCopy full SHA for bbef1fd
direnv/setup
@@ -0,0 +1,10 @@
1
+#!/bin/bash
2
+
3
+# setup Direnv Cache for Direnv
4
+# <https://github.com/indigoviolet/direnv-cache>
5
6
+REVISION=6756625d2e9766f92901efe9bcd6a409ded55786
7
+DIRENV_DIR=$HOME/.config/direnv
8
9
+mkdir -p "$DIRENV_DIR/lib"
10
+curl -sSL "https://raw.githubusercontent.com/indigoviolet/direnv-cache/$REVISION/cache.sh" -o "$DIRENV_DIR/lib/05-cache.sh"
0 commit comments