aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-01-22 00:16:01 +0100
committerbozo.kopic <bozo@kopic.xyz>2023-01-22 00:16:01 +0100
commit438409775af7a475fb1db1256994bab2040d99e1 (patch)
tree75e01256b8c7ba1910299009403dcd5b088540da /shell
parent88b2b869640d84111479fb569db2e9544ab8c98a (diff)
.
Diffstat (limited to 'shell')
-rw-r--r--shell/.profile9
1 files changed, 4 insertions, 5 deletions
diff --git a/shell/.profile b/shell/.profile
index 04f755a..1e48f8e 100644
--- a/shell/.profile
+++ b/shell/.profile
@@ -19,18 +19,17 @@ prepend_path () {
# export SWEETHOME3D_JAVA3D=1.6
# export WLR_DRM_NO_MODIFIERS=1
export EDITOR=nvim
+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/janet/bin
prepend_path ~/opt/python310/bin
prepend_path ~/bin
export PATH
-nix_profile_sh=~/.nix-profile/etc/profile.d/nix.sh
-[ -e $nix_profile_sh ] && . $nix_profile_sh
-export LOCALE_ARCHIVE=~/.nix-profile/lib/locale/locale-archive
+# nix_profile_sh=~/.nix-profile/etc/profile.d/nix.sh
+# [ -e $nix_profile_sh ] && . $nix_profile_sh
+# export LOCALE_ARCHIVE=~/.nix-profile/lib/locale/locale-archive