diff options
| author | Yigit Sever | 2021-11-15 20:52:13 +0300 |
|---|---|---|
| committer | Yigit Sever | 2021-11-15 20:52:13 +0300 |
| commit | f46cd55dfa89d58d2e1b7c2334e9b5ab39d3b8bb (patch) | |
| tree | 942c6a2d411402dd2630f63439e0262a5799d9d9 | |
| parent | 0513efb0c155264ac8f31105d3edade87acc6b88 (diff) | |
| download | dotfiles-f46cd55dfa89d58d2e1b7c2334e9b5ab39d3b8bb.tar.gz dotfiles-f46cd55dfa89d58d2e1b7c2334e9b5ab39d3b8bb.tar.bz2 dotfiles-f46cd55dfa89d58d2e1b7c2334e9b5ab39d3b8bb.zip | |
fish: change python venv dir
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index d0e9307..f9c378b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish | |||
| @@ -20,7 +20,7 @@ set --global --export WECHALLUSER "drocan" | |||
| 20 | set --global --export WECHALLTOKEN "35624-0D38B-A2F16-A98B0-5963D-6DF19" | 20 | set --global --export WECHALLTOKEN "35624-0D38B-A2F16-A98B0-5963D-6DF19" |
| 21 | set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/ | 21 | set --global --export RUST_SRC_PATH (rustc --print sysroot)/lib/rustlib/src/rust/library/ |
| 22 | set --global --export NLTK_DATA "$HOME/.local/share/nltk_data" | 22 | set --global --export NLTK_DATA "$HOME/.local/share/nltk_data" |
| 23 | set --global --export VIRTUALFISH_HOME "$HOME/.envs" | 23 | set --global --export VIRTUALFISH_HOME "$HOME/.local/share/venvs/" |
| 24 | 24 | ||
| 25 | 25 | ||
| 26 | if status is-interactive | 26 | if status is-interactive |
