diff options
author | Ben Sima <ben@bsima.me> | 2021-06-07 12:21:00 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | 287687ced99be8e0302e25099ef8e50d9c9b5eec (patch) | |
tree | 9771fb878167df475f7d7427b00074d2c2817c50 /.envrc | |
parent | b1201add800f14a4609f18e0f5896506f352cc01 (diff) |
Add GUILE_LOAD_PATH
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ export BIZ_ROOT=$PWD # for some reason I need this to get ':e' in ghci to load my vimrc export EDITOR=vim +export GUILE_LOAD_PATH=$BIZ_ROOT # Biz/Devalloc.hs: export GITHUB_CLIENT_ID=aa575dc96263bc99556d |