#
# ~/.bashrc
#

export PROTON_USE_WAYLAND=1
export PROTON_USE_NTSYNC=1
export PROTON_DXVK_LOWLATENCY=1
export QT_QPA_PLATFORMTHEME=qt6ct
export ELECTRON_OZONE_PLATFORM_HINT=wayland
export PATH=$HOME/.local/bin:$HOME/.scripts:$PATH

# If not running interactively, don't do anything
[[ $- != *i* ]] && return

alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '
