update ANDROID_STUDIO to /opt install, use less as PAGER

This commit is contained in:
Joel Beckmeyer
2025-09-15 14:36:25 -04:00
parent 8adb11049d
commit 0f5adc489c

View File

@@ -17,6 +17,7 @@ export SVDIR="$XDG_STATE_HOME"/service
# editor # editor
export EDITOR=nvim export EDITOR=nvim
export SUDO_EDITOR=nvim export SUDO_EDITOR=nvim
export PAGER=less
# sway stuff # sway stuff
#export XDG_CURRENT_DESKTOP=sway #export XDG_CURRENT_DESKTOP=sway
@@ -60,4 +61,4 @@ export XBPS_DISTDIR="$HOME"/repos/void-packages
# Android build stuff # Android build stuff
export USE_CCACHE=1 export USE_CCACHE=1
export CCACHE_EXEC=/usr/bin/ccache export CCACHE_EXEC=/usr/bin/ccache
export ANDROID_STUDIO="$XDG_DATA_HOME"/flatpak/app/com.google.AndroidStudio/current/active/files/extra/android-studio export ANDROID_STUDIO=/opt/android-studio