add opengl

This commit is contained in:
iofq 2023-04-27 02:50:29 -05:00
parent 1c91e99fcb
commit e1fe85f763
5 changed files with 25 additions and 21 deletions

View file

@ -38,6 +38,7 @@
export GPG_2FA="cjriddz@protonmail.com"
export MANPAGER="nvim +Man!"
export EDITOR="nvim"
export _JAVA_AWT_WM_NONREPARENTING=1
[[ $- != *i* ]] && return
function exists {
type $1 >/dev/null 2>&1