diff --git a/dotfiles/bash/.bashrc b/dotfiles/bash/.bashrc index ae0eb1b..2e36f7c 100644 --- a/dotfiles/bash/.bashrc +++ b/dotfiles/bash/.bashrc @@ -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