Update .bash_profile
This commit is contained in:
parent
04caea944b
commit
1006c76cca
1 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue