aboutsummaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
committerkatherine <shmibs@shmibbles.me>2017-10-15 10:18:28 -0700
commit99ed9a2ea95d1c0c9c66af6943566a464c03c3e5 (patch)
tree678e2aef1d7b0f6b3925f713ab1a252221c2d734 /.zprofile
parentcac1dda765feb39b2308b0dbc56c1da889e6216c (diff)
downloaddotfiles-99ed9a2ea95d1c0c9c66af6943566a464c03c3e5.tar.gz
first steps away from mate backend
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile4
1 files changed, 4 insertions, 0 deletions
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