summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2021-10-06 02:22:21 +0300
committerYigit Sever2021-10-06 02:22:21 +0300
commit3d14e72831756de9b66576c17353cab1062a41c1 (patch)
tree3c6bfffbcd07f2aa4405d678f1fbee948fcd4dfd /.zshrc
parent35578c15a7e4d6ff6ffd3c2bc7b8328a3b1d87db (diff)
downloaddotfiles-3d14e72831756de9b66576c17353cab1062a41c1.tar.gz
dotfiles-3d14e72831756de9b66576c17353cab1062a41c1.tar.bz2
dotfiles-3d14e72831756de9b66576c17353cab1062a41c1.zip
zsh: nltk directory and direnv
diffstat (limited to '.zshrc')
-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)"