aboutsummaryrefslogtreecommitdiff
path: root/xprofile/.bash_profile
blob: 8d4eb4c7c32367983c479b2c00ff6415d8bbd41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# ~/.bash_profile
#

[[ -f ~/.bashrc ]] && . ~/.bashrc

#if [ -z "$DISPLAY" ] && [ "$(fgconsole)" -eq 1 ]; then
	#startx
#fi

#[ -z "$DISPLAY" -a "$(fgconsole)" -eq 1 ] && exec startx

export PATH=$PATH:$HOME/.config/Scripts
export XDG_CONFIG_HOME="$HOME/.config"
export BROWSER="firefox"
export EDITOR="nvim"
export TERMINAL="st"
export READER="zathura"
export QT_QPA_PLATFORMTHEME="qt5ct"