From 99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 15 Oct 2017 10:18:28 -0700 Subject: first steps away from mate backend --- .zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 5ae8c18..4c6d11a 100644 --- a/.zprofile +++ b/.zprofile @@ -10,6 +10,10 @@ export QT_STYLE_OVERRIDE=gtk [[ -d ~/.cabal/bin ]] && \ PATH=$PATH:~/.cabal/bin +############# INITIALISE CONFIGS ############## +[[ -f ~/.config/init/init.sh ]] && \ + ~/.config/init/init.sh + ########## MAKE USER FUNCS AVAILABLE ########## func_init_checkreq() { local func_init_state=0 -- cgit v1.2.3