actually export env variables

otherwise you some of them don't work not in the way you think
master
lub 4 years ago
parent 339bcc7c83
commit 1fefd9d91a

@ -5,15 +5,15 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
HISTSIZE=10000
HISTFILESIZE=10000
PATH="$HOME/.bin:$PATH"
export HISTSIZE=10000
export HISTFILESIZE=10000
export PATH="$HOME/.bin:$PATH"
EDITOR=vim
export EDITOR=vim
#enable wayland
QT_QPA_PLATFORM=wayland-egl
GDK_BACKEND=wayland
export QT_QPA_PLATFORM=wayland-egl
export GDK_BACKEND=wayland
#enable aco instead of radv
export RADV_PERFTEST=aco

Loading…
Cancel
Save