summaryrefslogtreecommitdiff
path: root/.profile
blob: 20bd34a982a11623d2c2454250670b782572fa18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export WLR_DRM_NO_ATOMIC=1

export PATH="$PATH:$HOME/.scripts"
export WALLPAPER=""
export LANG="en_US.UTF-8"
export TERMIMAL="foot"
export EDITOR="vim"

export MANPAGER="nvim +Man!"

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

if [ $(tty) == "/dev/tty1" ]; then
	~/.scripts/wm
fi