diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-05-03 23:18:40 +0200 |
| commit | 2a3dda49dfd0faae1cbe9dbea14bf0d40623bd6a (patch) | |
| tree | 119772e8479f59f7fae7f26233013b9d6f516eb3 /shell | |
| parent | 7f6d37650d228f4765fc8b9a0bde2feaaaee4927 (diff) | |
.
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/.profile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/.profile b/shell/.profile index 1e48f8e..fd3dcfb 100644 --- a/shell/.profile +++ b/shell/.profile @@ -19,12 +19,13 @@ prepend_path () { # export SWEETHOME3D_JAVA3D=1.6 # export WLR_DRM_NO_MODIFIERS=1 export EDITOR=nvim -export LIBGL_ALWAYS_SOFTWARE=1 +# export LIBGL_ALWAYS_SOFTWARE=1 export QT_QPA_PLATFORMTHEME=qt5ct export SSH_AUTH_SOCK=$XDG_RUNTIME_DIR/ssh-agent.socket export VISUAL=nvim prepend_path ~/opt/python310/bin +prepend_path ~/opt/river/bin prepend_path ~/bin export PATH |
