Files
opalfiles/.bash_profile
2024-03-01 09:27:36 -08:00

14 lines
345 B
Bash

#!/usr/bin/env bash
export MOZ_ENABLE_WAYLAND=1
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/firefox
export VISUAL=vim
export EDITOR=vim
export QT_QPA_PLATFORMTHEME=qt5ct
export DESKTOP_SESSION=sway
export XDG_CURRENT_DESKTOP=KDE
#[[ -f ~/.bashrc ]] && . ~/.bashrc