diff options
-rw-r--r-- | .zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -210,3 +210,5 @@ ledgerrot() { | |||
210 | } | 210 | } |
211 | 211 | ||
212 | export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/ | 212 | export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library/ |
213 | export NLTK_DATA="$HOME/.local/share/nltk_data" | ||
214 | eval "$(direnv hook zsh)" | ||