summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 9162176..cc0dfe4 100644
--- a/.zshrc
+++ b/.zshrc
@@ -210,3 +210,5 @@ ledgerrot() {
210} 210}
211 211
212export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/ 212export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/
213export NLTK_DATA="$HOME/.local/share/nltk_data"
214eval "$(direnv hook zsh)"