diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-06-20 19:23:23 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-06-20 19:23:23 -0400 |
| commit | a31b01154c27e9c26b567c10555887acd17fb087 (patch) | |
| tree | 41ffd4d32c091fc04a71be23d053a48a7580c06b /.zprofile | |
| parent | aaaaaaaaa davekat what (diff) | |
| download | dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.tar.gz dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.tar.bz2 dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.zip | |
i like yaoi
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 |