diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ export LD=$(which gcc) # theming export QT_QPA_PLATFORMTHEME=gtk2 export GTK_THEME=Mint-Y-Dark-Pink +export XCURSOR_THEME=Adwaita +export XCURSOR_SIZE=24 if [ -n "$TMUX" ]; then return |