diff options
author | Julian T <julian@jtle.dk> | 2019-11-06 17:36:16 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-11-06 17:40:10 +0100 |
commit | 23e44db8566de12bcc85b690b4b31015c5476e69 (patch) | |
tree | a69d760e3cac1ab496029cdd044f04b15e2ee3a7 /zsh/.zshrc | |
parent | d68286fc99c629ceeb061fafdcf3f88f9de3261e (diff) |
Rust path
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ export GEM_HOME=$HOME/gems export PATH=$HOME/gems/bin:$PATH PATH=/home/julian/.gem/ruby/2.5.0/bin:$PATH PATH=/home/julian/.local/bin:$PATH +PATH=/home/julian/.cargo/bin:$PATH export NVIM_PYTHON_LOG_FILE=/tmp/log export NVIM_PYTHON_LOG_LEVEL=DEBUG |