diff options
author | julian T <julian@jtle.dk> | 2018-12-08 12:39:24 +0100 |
---|---|---|
committer | julian T <julian@jtle.dk> | 2018-12-08 12:39:24 +0100 |
commit | 8f0cb15b558a403f79864f3d624c5e5d883b7c07 (patch) | |
tree | 37d5ba9ae7a16a8d3cd9baca8b04528708b64d04 /.zshrc | |
parent | ffd3d31e6123aa6d04915f5ed7af77104a6401c6 (diff) |
Lots of new config and settings
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -140,3 +140,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 + +export NVIM_PYTHON_LOG_FILE=/tmp/log +export NVIM_PYTHON_LOG_LEVEL=DEBUG + |