diff options
author | Ben Sima <ben@bsima.me> | 2020-12-07 21:38:04 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-07 21:38:04 -0500 |
commit | 94c9fbf38bc711431cd55d2c7cbe7443e56976f6 (patch) | |
tree | c903e9fcf7b5d4b9142e4fd7f21f8f7ce7c1f73b /.envrc | |
parent | 2642499df1795c8024992b3cfd8891c8fc576ed8 (diff) |
Auth and load repos from GitHub
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,9 +1,15 @@ -PATH_add $PWD export BIZ_ROOT=$PWD -export GUILE_LOAD_PATH=$PWD +# for some reason I need this to get ':e' in ghci to load my vimrc export EDITOR=vim + +# Biz/Devalloc.hs: +export GITHUB_CLIENT_ID=aa575dc96263bc99556d +export GITHUB_STATE=$(cat /proc/sys/kernel/random/uuid) + if type lorri &>/dev/null then eval "$(lorri direnv)" fi + +. ./.envrc.local |