diff options
author | Ben Sima <ben@bsima.me> | 2020-06-02 20:12:55 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-06-02 20:12:55 -0700 |
commit | 99c0a806be7fa502394cc3b3634ce7eb43f97024 (patch) | |
tree | 72f66a32359cf76fec0b98f82f304485590ab67f | |
parent | 0ec5d1c5d44ea0c52408db9e58e71ea4f133592c (diff) |
Add EDITOR to .envrc
I'm using vim lately for biz coding...
-rw-r--r-- | .envrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ export HERO_PORT=3000 export HERO_CLIENT=$BIZ_ROOT/_bild/Hero.Client/static export HERO_DATA_DIR=$BIZ_ROOT/_keep export GUILE_LOAD_PATH=$PWD +export EDITOR=vim if type lorri &>/dev/null then eval "$(lorri direnv)" |