1
0
mirror of https://github.com/DazAh/dotfiles synced 2026-05-21 18:25:46 +01:00
Files
dotfiles/dot_zprofile

6 lines
177 B
Plaintext

export PATH="$HOME/.cargo/bin:$PATH"
export KWIN_DRM_USE_EGL_STREAMS=1
export __GL_MaxFramesAllowed=2
export __GL_THREADED_OPTIMIZATIONS=1
export PATH="$HOME/.poetry/bin:$PATH"