aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:30 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:30 +0100
commitf6077d77612835e1c5959fb3d37c933cc2ac6b80 (patch)
treeaeb3bf770264467f2330ecbf943d850de7c70b1f /home
parent23ba15e09e0ab446051e6f4ee1797eb780ee73f3 (diff)
downloaddotfiles-f6077d77612835e1c5959fb3d37c933cc2ac6b80.tar.gz
dotfiles-f6077d77612835e1c5959fb3d37c933cc2ac6b80.tar.bz2
dotfiles-f6077d77612835e1c5959fb3d37c933cc2ac6b80.zip
chore: remove outdated exports from .zprofile
- AWT_TOOLKIT=MToolkit: removed in Java 7 (2011), does nothing - GTK_RC_FILES for gtk-1.0: GTK1 is from 1998, no apps use it - PYTHON_EGG_CACHE: eggs deprecated, pip/setuptools use wheels - WORKON_HOME: virtualenvwrapper not used (modern Python uses venv/uv)
Diffstat (limited to 'home')
-rw-r--r--home/.config/zsh/.zprofile4
1 files changed, 0 insertions, 4 deletions
diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile
index c4117be..7134327 100644
--- a/home/.config/zsh/.zprofile
+++ b/home/.config/zsh/.zprofile
@@ -71,7 +71,6 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Djava.util.prefs.userRoot=$XDG_CONFIG_HOME/java -Djdk.gtk.version=2"
# Fix for non-reparenting WMs (bspwm, dwm, etc.)
export _JAVA_AWT_WM_NONREPARENTING=1
-export AWT_TOOLKIT=MToolkit
# ── Miscellaneous ─────────────────────────────────────────────────────────────
export QT_QPA_PLATFORMTHEME=qt5ct
@@ -92,17 +91,14 @@ export GNUPGHOME="$XDG_DATA_HOME/gnupg"
export GOPATH="$XDG_DATA_HOME/go"
export GRADLE_USER_HOME="$XDG_DATA_HOME/gradle"
export GTK2_RC_FILES="$XDG_CONFIG_HOME/gtk-2.0/gtkrc-2.0"
-export GTK_RC_FILES="$XDG_CONFIG_HOME/gtk-1.0/gtkrc"
export NODE_REPL_HISTORY="$XDG_DATA_HOME/node_repl_history"
export PASSWORD_STORE_DIR="$XDG_DATA_HOME/password-store"
-export PYTHON_EGG_CACHE="$XDG_CACHE_HOME/python-eggs"
export RUFF_CACHE_DIR="$XDG_CACHE_HOME/ruff"
export RUSTUP_HOME="$XDG_DATA_HOME/rustup"
export USERXSESSION="$XDG_CACHE_HOME/x11/xsession"
export USERXSESSIONRC="$XDG_CACHE_HOME/x11/xsessionrc"
export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
export WINEPREFIX="$XDG_DATA_HOME/wineprefixes/default"
-export WORKON_HOME="$XDG_DATA_HOME/virtualenvs"
export XCOMPOSECACHE="$XDG_CACHE_HOME/X11/xcompose"
export XCOMPOSEFILE="$XDG_CONFIG_HOME/X11/xcompose"
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"