[nvim] fixed tex, [cs2] fixed sens, [zsh, profile] fixed pyenv

This commit is contained in:
2025-11-17 09:56:39 +01:00
parent c7b4ad7b25
commit ebf9ea33d3
8 changed files with 20 additions and 19 deletions

View File

@@ -38,7 +38,3 @@ export ROCM_PATH=/opt/rocm
export HSA_OVERRIDE_GFX_VERSION=10.3.0
export HIP_VISIBLE_DEVICES=1
export LD_LIBRARY_PATH=/opt/rocm/lib:$LD_LIBRARY_PATH
export PYENV_ROOT="$HOME/.pyenv"
[[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init - zsh)"