diff options
author | Josh Rahm <rahm@google.com> | 2023-01-25 20:31:28 +0000 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2023-01-25 20:31:28 +0000 |
commit | c4523c5aadbdfeaf30e33ab0ce6d29697b2d16d8 (patch) | |
tree | 9ad661f49e4484fa50794ff8ae5e388f059fcf74 | |
parent | f381d24007454b22a1c7d4ca5eb5b9f2ce04d50d (diff) | |
download | zshrcd-c4523c5aadbdfeaf30e33ab0ce6d29697b2d16d8.tar.gz zshrcd-c4523c5aadbdfeaf30e33ab0ce6d29697b2d16d8.tar.bz2 zshrcd-c4523c5aadbdfeaf30e33ab0ce6d29697b2d16d8.zip |
Add luarocks path eval to environment
-rw-r--r-- | 03-environment.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/03-environment.zsh b/03-environment.zsh index 7797d41..cca6747 100644 --- a/03-environment.zsh +++ b/03-environment.zsh @@ -10,3 +10,5 @@ fi export LANG=en_US.UTF-8 export EDITOR=nvim + +eval $(luarocks path) |