diff options
author | Ben Sima <ben@bsima.me> | 2021-06-14 10:39:17 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
commit | 9dcfb66c99909d1b51a76bdaf75ddbdb030fe270 (patch) | |
tree | d6c278aaec0416acb606d3ac2110f08c07c20b7c /.envrc | |
parent | ce1edea5da3318aea15dea0236aac421642a483e (diff) |
Move commands and add ns function
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ export BIZ_ROOT=$PWD +PATH_add $BIZ_ROOT/Biz/Ide + # for some reason I need this to get ':e' in ghci to load my vimrc export EDITOR=vim export GUILE_LOAD_PATH=$BIZ_ROOT |