Merge branch 'master' of git.opal.sh:opal/opalfiles

This commit is contained in:
2024-08-22 19:36:59 -07:00

View File

@@ -6,8 +6,8 @@ export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/brave-browser export BROWSER=/usr/bin/brave-browser
export VISUAL=vim export VISUAL=nvim
export EDITOR=vim export EDITOR=nvim
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct
export DESKTOP_SESSION=sway export DESKTOP_SESSION=sway
export GOPATH="$HOME"/go export GOPATH="$HOME"/go