From 2ee034eb2b93ca5a6cb788e2882da3fec7aa9b7d Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 2 Dec 2023 21:17:34 -0700 Subject: run all xorg setup stuff from hlfwm test-ran a wayland compositor and it borked some kind of settings something, but shift everything this way seems to function and is probably anyways cleaner --- .zprofile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 2cbba29..64a72f3 100644 --- a/.zprofile +++ b/.zprofile @@ -1,6 +1,8 @@ [[ -f /etc/profile ]] && \ emulate sh -c 'source /etc/profile' +source "$HOME/.config/init/vars" + ################# SET TERMCMD ################# if [[ ! -z $(whence alacritty) ]] then export TERMCMD=alacritty @@ -17,7 +19,8 @@ elif [[ ! -z $(whence vi) ]] then export EDITOR=vi fi -[[ $USER -ne "root" ]] || return +############### ROOT BAILS HERE ############### +[[ $USER -ne "root" ]] && return ############# STORE VIMTAGS IN TMP ############ [[ -d $tmpdir ]] && \ -- cgit v1.2.3