From e92af1f7088cc5b6b40a5ceba275a197c305de62 Mon Sep 17 00:00:00 2001 From: katherine Date: Sat, 19 Mar 2016 22:17:28 -0700 Subject: snapshot lots of random things changed; forgot to update for a while again. moving things to .config/init/funcs is one important thing; means being able to use those shell scripts anywhere, like ranger or whatever --- .zprofile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index b1f3b26..195e549 100644 --- a/.zprofile +++ b/.zprofile @@ -2,7 +2,10 @@ emulate sh -c 'source /etc/profile' export QT_STYLE_OVERRIDE=gtk +########## MAKE USER FUNCS AVAILABLE ########## +[[ -d ~/.config/init/funcs/ ]] && \ + PATH="$PATH:$HOME/.config/init/funcs" + ############# CONNECTING OVER SSH ############# -if [[ -a ~/.zprofile-dtach ]]; then +[[ -f ~/.zprofile-dtach ]] && \ source ~/.zprofile-dtach -fi -- cgit v1.2.3