From 1006c76ccaa726d516108989c054ce58eff46949 Mon Sep 17 00:00:00 2001 From: Clay Gomera <95720679+d4r1us-drk@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:14:01 -0400 Subject: [PATCH] Update .bash_profile --- .bash_profile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.bash_profile b/.bash_profile index bb085a2da..2d60fc26a 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,4 +3,15 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ] then startx fi +export GST_VAAPI_ALL_DRIVERS=1 +export EDITOR="nvim" # $EDITOR use neovim +#export EDITOR="emacsclient -t -a ''" # $EDITOR use Emacs in terminal +#export VISUAL="emacsclient -c -a emacs" # $VISUAL use Emacs in GUI mode +export READER="zathura" +export TERMINAL="alacritty" +export BROWSER="qutebrowser" +export WM="dwm" +export XDG_DATA_HOME=${XDG_DATA_HOME:="$HOME/.local/share"} +export XDG_CACHE_HOME=${XDG_CACHE_HOME:="$HOME/.cache"} +export XDG_CONFIG_HOME=${XDG_CONFIG_HOME:="$HOME/.config"} source $HOME/.bashrc