diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 22:40:03 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 22:40:03 +0200 |
| commit | a94ac638f8bb946e98ca04503e7907f9f1d63c3e (patch) | |
| tree | d671c70f32b183e96776abed844a945839438f51 /runcoms/zshrc | |
| parent | 6f7715ef506f39a0b0d9a5cd2afc7ed7a7202064 (diff) | |
Reduce further
Diffstat (limited to 'runcoms/zshrc')
| -rw-r--r-- | runcoms/zshrc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runcoms/zshrc b/runcoms/zshrc index f1d97f6..faf73a8 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -34,10 +34,6 @@ export NVM_DIR=$HOME/.nvm export PATH=$PATH:$HOME:${GOPATH//://bin:}/bin export PATH=$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_NDK_HOME:/Applications/calibre.app/Contents/MacOS -# Editor. -export EDITOR="nvim" -export VISUAL="nvim" - # Python related variables export VIRTUAL_ENV_DISABLE_PROMPT=1 export WORKON_HOME=$HOME/.virtualenvs |