about summary refs log tree commit diff
path: root/users/Profpatsch/.envrc
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/.envrc')
-rw-r--r--users/Profpatsch/.envrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/Profpatsch/.envrc b/users/Profpatsch/.envrc
new file mode 100644
index 0000000000..c91f923756
--- /dev/null
+++ b/users/Profpatsch/.envrc
@@ -0,0 +1,5 @@
+if pass apps/declib/mastodon_access_token >/dev/null; then
+    export DECLIB_MASTODON_ACCESS_TOKEN=$(pass apps/declib/mastodon_access_token)
+fi
+
+eval "$(lorri direnv)"